# Moonshine 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 | ➖ |