2016-03-29 19:26:13 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The defaults for the system settings that are saved in the database.
|
|
|
|
*/
|
|
|
|
return [
|
|
|
|
|
2016-08-14 12:29:35 +01:00
|
|
|
'app-name' => 'BookStack',
|
|
|
|
'app-editor' => 'wysiwyg',
|
|
|
|
'app-color' => '#0288D1',
|
2016-06-12 13:37:15 +01:00
|
|
|
'app-color-light' => 'rgba(21, 101, 192, 0.15)'
|
2016-03-29 19:26:13 +01:00
|
|
|
|
|
|
|
];
|