Merge pull request #10168 from demarches-simplifiees/application_boot_without_ac_fc_env_var

Tech: deplace les variables FC dans .env.example.optional pour permettre un demarrage de l'app sans ces variables
This commit is contained in:
Colin Darie 2024-03-21 14:00:54 +00:00 committed by GitHub
commit 0fcb5fffc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -47,11 +47,6 @@ DS_PROXY_URL=""
# SAML
SAML_IDP_ENABLED="disabled"
# External service: authentication through France Connect
FC_PARTICULIER_ID=""
FC_PARTICULIER_SECRET=""
FC_PARTICULIER_BASE_URL=""
# External service: integration with HelpScout (optional)
HELPSCOUT_MAILBOX_ID=""
HELPSCOUT_CLIENT_ID=""

View file

@ -17,6 +17,9 @@ DS_ENV="staging"
# France Connect usage
# FRANCE_CONNECT_ENABLED="disabled" # "enabled" by default
# FC_PARTICULIER_ID=""
# FC_PARTICULIER_SECRET=""
# FC_PARTICULIER_BASE_URL=""
# External service: authentication through Agent Connect
# AGENT_CONNECT_ID=""