diff --git a/config-templates/config.php b/config-templates/config.php index 5341db51a4c3d16c36d9c8f791ede8912a57c49e..2769afe6a4b1a113ff693bb4c86b5695f5c7b66d 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 - ] + ], /*************************