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