2016-03-29 20:26:13 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The defaults for the system settings that are saved in the database.
|
|
|
|
*/
|
|
|
|
return [
|
|
|
|
|
2016-08-14 13:29:35 +02:00
|
|
|
'app-name' => 'BookStack',
|
2016-12-24 16:21:19 +01:00
|
|
|
'app-logo' => '',
|
2016-09-22 19:53:22 +02:00
|
|
|
'app-name-header' => true,
|
2016-08-14 13:29:35 +02:00
|
|
|
'app-editor' => 'wysiwyg',
|
|
|
|
'app-color' => '#0288D1',
|
2016-10-30 12:33:56 +01:00
|
|
|
'app-color-light' => 'rgba(21, 101, 192, 0.15)',
|
2016-10-30 12:44:31 +01:00
|
|
|
'app-custom-head' => false,
|
2016-10-30 12:33:56 +01:00
|
|
|
'registration-enabled' => false,
|
2016-03-29 20:26:13 +02:00
|
|
|
|
|
|
|
];
|