chore: README.md

This commit is contained in:
2026-01-22 07:56:51 -05:00
parent 4ae9b67b9c
commit d7cf08db00

View File

@@ -1,3 +1,12 @@
# Moonshine # Moonshine
Headless WordPress theme based on Nuxt. Thème WordPress en headless basé sur Nuxt.
## Varaibles d'environnement
| Nom | Description | Exemple | Requise |
|-----|-------------|---------|---------|
| `NUXT_SESSION_PASSWORD` | Clé secrète pour l'authentification | `date \| md5sum` | ✅ |
| `NUXT_WP_URL` | URL du backend WordPress | https://wp.exemple.com | ✅ |
| `NUXT_SITE_URL` | URL du frontend Nuxt | https://www.example.com | |
| `NUXT_SITE_ENV` | Environnement | staging \| production | |