fix: resolver DNS nginx pour éviter cache IP stale après restart backend

This commit is contained in:
deploy
2026-04-30 21:14:27 +00:00
parent a1e7aa46d5
commit 018fb1d70f
57 changed files with 7 additions and 7579 deletions
-26
View File
@@ -1,26 +0,0 @@
# ─── Application ────────────────────────────────────────────
PORT=3001
NODE_ENV=production
FRONTEND_URL=https://frais.domench.fr
# ─── Base de données PostgreSQL ─────────────────────────────
DATABASE_URL=postgresql://notesfrais:CHANGE_ME@postgres:5432/notesfrais
# ─── JWT ────────────────────────────────────────────────────
# Générer avec : openssl rand -hex 64
JWT_SECRET=CHANGE_ME_very_long_random_secret_here
JWT_EXPIRES_IN=15m
REFRESH_TOKEN_EXPIRES_DAYS=30
# ─── Chiffrement (mots de passe SMTP + secrets Graph en BDD) ─
# Générer avec : openssl rand -hex 32
APP_SECRET=CHANGE_ME_another_long_random_secret
# ─── Répertoire de stockage des fichiers ────────────────────
UPLOADS_DIR=/data/uploads
# ─── Création initiale des utilisateurs (init-users uniquement)
GREG_EMAIL=greg@example.com
GREG_PASSWORD=CHANGE_ME
GAEL_EMAIL=gael@example.com
GAEL_PASSWORD=CHANGE_ME