From d889cddaa876c17027412e87c96d1f5d5edcc4cb Mon Sep 17 00:00:00 2001 From: Philipp Kolmann <philipp@kolmann.at> Date: Tue, 25 Feb 2020 21:50:46 +0100 Subject: [PATCH] Update config.php (#1290) --- config-templates/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-templates/config.php b/config-templates/config.php index 5341db51a..2769afe6a 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -480,13 +480,13 @@ $config = [ * 'consent' => false, // Setting to FALSE disables. * 'core' => null, // Unset or NULL uses default. * ], - * + */ 'module.enable' => [ 'exampleauth' => false, 'core' => true, 'saml' => true - ] + ], /************************* -- GitLab