mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 21:03:05 +08:00
da10c50945
Closes #194
14 lines
293 B
PHP
14 lines
293 B
PHP
<?php
|
|
|
|
/**
|
|
* The defaults for the system settings that are saved in the database.
|
|
*/
|
|
return [
|
|
|
|
'app-name' => 'BookStack',
|
|
'app-name-header' => true,
|
|
'app-editor' => 'wysiwyg',
|
|
'app-color' => '#0288D1',
|
|
'app-color-light' => 'rgba(21, 101, 192, 0.15)'
|
|
|
|
]; |