PGHOST=localhost PGPORT=5432 PGUSER=postgres PGPASSWORD=postgres PGDATABASE=gestion_locative JWT_SECRET=change_this_secret_in_production # URL du backend vue par le conteneur frontend (nginx reverse proxy) BACKEND_URL=http://backend:3001 # SSO OIDC (optionnel — laisser vide pour désactiver le bouton SSO) OIDC_ISSUER=https://your-provider.example.com/realms/myrealm OIDC_CLIENT_ID=gestion-locative OIDC_CLIENT_SECRET=your-client-secret OIDC_REDIRECT_URI=http://localhost:3001/api/auth/oidc/callback OIDC_SCOPE=openid email profile OIDC_BUTTON_LABEL=Se connecter via SSO FRONTEND_URL=http://localhost:3000 # INSEE API (optionnel — pour récupérer l'IRL automatiquement) # Obtenir un token sur https://api.insee.fr/catalogue/ INSEE_API_TOKEN=