From 61c01a7517795e35b221175463f98d3bd2ce20a0 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Mon, 10 Feb 2025 18:58:15 +0100 Subject: [PATCH] conf: desactivation connexion --- env/.env.development | 2 +- env/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env/.env.development b/env/.env.development index fcd0862..a12a646 100644 --- a/env/.env.development +++ b/env/.env.development @@ -8,7 +8,7 @@ VITE_HTTP_MOCK_REQUEST=0 VITE_HTTP_MOCK_REQUEST_SCENARIO=error # success|error # désactivation de l'interface de connexion (1=désactivé) -IAM_DISABLE=0 +IAM_DISABLE=1 IAM_URL="https://sso.geopf.fr" IAM_REALM="geoplateforme" diff --git a/env/.env.production b/env/.env.production index 99990f7..65c67c3 100644 --- a/env/.env.production +++ b/env/.env.production @@ -8,7 +8,7 @@ VITE_HTTP_MOCK_REQUEST=0 VITE_HTTP_MOCK_REQUEST_SCENARIO=error # success|error # désactivation de l'interface de connexion (1=désactivé) -IAM_DISABLE=0 +IAM_DISABLE=1 IAM_URL="https://sso.geopf.fr" IAM_REALM="geoplateforme"