]> BookStack Code Mirror - bookstack/blob - config/setting-defaults.php
Merge branch 'master' into patch-5
[bookstack] / config / setting-defaults.php
1 <?php
2
3 /**
4  * Default system settings.
5  *
6  * Changes to these config files are not supported by BookStack and may break upon updates.
7  * Configuration should be altered via the `.env` file or environment variables.
8  * Do not edit this file unless you're happy to maintain any changes yourself.
9  */
10
11 return [
12
13     'app-name'             => 'BookStack',
14     'app-logo'             => '',
15     'app-name-header'      => true,
16     'app-editor'           => 'wysiwyg',
17     'app-color'            => '#0288D1',
18     'app-color-light'      => 'rgba(21, 101, 192, 0.15)',
19     'app-custom-head'      => false,
20     'registration-enabled' => false,
21
22 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.