]> BookStack Code Mirror - bookstack/blobdiff - config/setting-defaults.php
Trying to make the tests green.
[bookstack] / config / setting-defaults.php
index 17bae1848ddd1e6f47ae6ba8f37912a3390fd186..db35023d5e727f926a63f7858d28cc64cb2a34b2 100644 (file)
@@ -5,6 +5,13 @@
  */
 return [
 
-    'app-editor' => 'wysiwyg'
+    'app-name'        => 'BookStack',
+    'app-logo' => '',
+    'app-name-header' => true,
+    'app-editor'      => 'wysiwyg',
+    'app-color'       => '#0288D1',
+    'app-color-light' => 'rgba(21, 101, 192, 0.15)',
+    'app-custom-head' => false,
+    'registration-enabled' => false,
 
 ];
\ No newline at end of file