move FC env declaration to optional conf to allow boot without this conf
This commit is contained in:
parent
31124123e1
commit
6b556a87c5
2 changed files with 3 additions and 5 deletions
|
@ -47,11 +47,6 @@ DS_PROXY_URL=""
|
||||||
# SAML
|
# SAML
|
||||||
SAML_IDP_ENABLED="disabled"
|
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)
|
# External service: integration with HelpScout (optional)
|
||||||
HELPSCOUT_MAILBOX_ID=""
|
HELPSCOUT_MAILBOX_ID=""
|
||||||
HELPSCOUT_CLIENT_ID=""
|
HELPSCOUT_CLIENT_ID=""
|
||||||
|
|
|
@ -17,6 +17,9 @@ DS_ENV="staging"
|
||||||
|
|
||||||
# France Connect usage
|
# France Connect usage
|
||||||
# FRANCE_CONNECT_ENABLED="disabled" # "enabled" by default
|
# FRANCE_CONNECT_ENABLED="disabled" # "enabled" by default
|
||||||
|
# FC_PARTICULIER_ID=""
|
||||||
|
# FC_PARTICULIER_SECRET=""
|
||||||
|
# FC_PARTICULIER_BASE_URL=""
|
||||||
|
|
||||||
# External service: authentication through Agent Connect
|
# External service: authentication through Agent Connect
|
||||||
# AGENT_CONNECT_ID=""
|
# AGENT_CONNECT_ID=""
|
||||||
|
|
Loading…
Reference in a new issue