From ba8d8e00a8ef8775d67cc83d7ba94ceead083a55 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Fri, 30 Jan 2026 14:29:26 -0500 Subject: [PATCH] chore: Update README.md --- wp-content/themes/moonshine/README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/moonshine/README.md b/wp-content/themes/moonshine/README.md index 0115a5e..9bbf876 100644 --- a/wp-content/themes/moonshine/README.md +++ b/wp-content/themes/moonshine/README.md @@ -6,7 +6,14 @@ Thème WordPress en headless basé sur Nuxt. | 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 | ➖ | +| `NUXT_SITE_URL` | URL du frontend Nuxt | https://www.example.com | ➖ | +| `NUXT_WP_URL` | URL du backend WordPress | https://wp.exemple.com | ✅ | + +## Secrets + +Configurer les secrets nécessaires au projet: + +```sh +pnpm wrangler secret put NUXT_SESSION_PASSWORD +```