move FC env declaration to optional conf to allow boot without this conf

This commit is contained in:
simon lehericey 2024-03-21 11:35:21 +01:00
parent 31124123e1
commit 6b556a87c5
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=""