]> BookStack Code Mirror - bookstack/blobdiff - config/setting-defaults.php
Update Ldap.php
[bookstack] / config / setting-defaults.php
index 5482c13315e8012f9f90f89644e765d895eb1569..c681bb7f55ddbe97e6ba73b29154373e18d2db55 100644 (file)
@@ -9,6 +9,8 @@ return [
     'app-name-header' => true,
     'app-editor'      => 'wysiwyg',
     'app-color'       => '#0288D1',
-    'app-color-light' => 'rgba(21, 101, 192, 0.15)'
+    'app-color-light' => 'rgba(21, 101, 192, 0.15)',
+    'app-custom-head' => false,
+    'registration-enabled' => false,
 
 ];
\ No newline at end of file