diff --git a/wp-content/themes/moonshine/README.md b/wp-content/themes/moonshine/README.md index fb10ad7..7336464 100644 --- a/wp-content/themes/moonshine/README.md +++ b/wp-content/themes/moonshine/README.md @@ -1,3 +1,12 @@ # Moonshine -Headless WordPress theme based on Nuxt. \ No newline at end of file +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 | ➖ |