From 6b556a87c5075dcb589882ff29b8c8b59d09dad6 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Thu, 21 Mar 2024 11:35:21 +0100 Subject: [PATCH] move FC env declaration to optional conf to allow boot without this conf --- config/env.example | 5 ----- config/env.example.optional | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/env.example b/config/env.example index 39883bc06..d5a82002b 100644 --- a/config/env.example +++ b/config/env.example @@ -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="" diff --git a/config/env.example.optional b/config/env.example.optional index 4595d12a0..bcffecbb7 100644 --- a/config/env.example.optional +++ b/config/env.example.optional @@ -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=""