]> BookStack Code Mirror - bookstack/blob - config/setting-defaults.php
PSR2 fixes after running `./vendor/bin/phpcbf`
[bookstack] / config / setting-defaults.php
1 <?php
2
3 /**
4  * The defaults for the system settings that are saved in the database.
5  */
6 return [
7
8     'app-name'        => 'BookStack',
9     'app-logo' => '',
10     'app-name-header' => true,
11     'app-editor'      => 'wysiwyg',
12     'app-color'       => '#0288D1',
13     'app-color-light' => 'rgba(21, 101, 192, 0.15)',
14     'app-custom-head' => false,
15     'registration-enabled' => false,
16
17 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.