Skip to content

Commit

Permalink
fix: add new env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Jan 2, 2025
1 parent 9afe59d commit ca89168
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ FRIENDLY_CAPTCHA_SECRET=
SMTP_URL=smtp://localhost:587
SMTP_FROM=[email protected]

MES_ADRESSES_URL=http://localhost:3000
MES_ADRESSES_API_URL=http://localhost:5001
MES_ADRESSES_API_TOKEN=
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Elles peuvent être définies classiquement ou en créant un fichier `.env` sur
| Nom de la variable | Description |
| --------------------------- | -------------------------------- |
| `POSTGRES_URL` | URL de connexion à PostgreSQL |
| `MES_ADRESSES_URL` | URL de mes-adresses |
| `MES_ADRESSES_API_URL` | URL de mes-adresses-api |
| `MES_ADRESSES_API_TOKEN` | Token admin mes-adresses-api |
| `ADMIN_TOKEN` | Token admin (à générer) |
| `FRIENDLY_CAPTCHA_SITE_KEY` | Site key Friendy Captcha |
| `FRIENDLY_CAPTCHA_SECRET` | Secret Friendly Captcha |
Expand Down

0 comments on commit ca89168

Please sign in to comment.