From a5a87718504a7cc9daf5928e3d6b80ff0942acbf Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Wed, 22 May 2024 11:39:32 +0300 Subject: [PATCH] Disable ldap login in environment template file --- dockerize/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerize/.env.template b/dockerize/.env.template index 43f8d6bb..efca9d39 100644 --- a/dockerize/.env.template +++ b/dockerize/.env.template @@ -31,4 +31,4 @@ DEFAULT_PLUGINS_SITE='https://plugins.qgis.org/' QGISPLUGINS_ENV=debug # Ldap -ENABLE_LDAP=True \ No newline at end of file +ENABLE_LDAP=False