From d8652d96dfa2149fc30eed9022efae445d64f844 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Mon, 24 Feb 2020 11:52:12 +0100 Subject: [PATCH] sane defaults for modules --- config-templates/config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 56c06aa93..63d762091 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -481,8 +481,12 @@ $config = [ * 'core' => null, // Unset or NULL uses default. * ], * - */ + 'module.enable' => [ + 'exampleauth' => false, + 'core' => true, + 'saml' => true + ] /************************* -- GitLab