|
@@ -5,6 +5,9 @@ PGPASSWORD=postgres
|
|
|
PGDATABASE=gestion_locative
|
|
PGDATABASE=gestion_locative
|
|
|
JWT_SECRET=change_this_secret_in_production
|
|
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)
|
|
# SSO OIDC (optionnel — laisser vide pour désactiver le bouton SSO)
|
|
|
OIDC_ISSUER=https://your-provider.example.com/realms/myrealm
|
|
OIDC_ISSUER=https://your-provider.example.com/realms/myrealm
|
|
|
OIDC_CLIENT_ID=gestion-locative
|
|
OIDC_CLIENT_ID=gestion-locative
|