]> BookStack Code Mirror - bookstack/blob - app/Config/setting-defaults.php
Merge branch 'master' of git://github.com/almandin/BookStack into almandin-master
[bookstack] / app / 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'            => '#206ea7',
18     'app-color-light'      => 'rgba(32,110,167,0.15)',
19     'app-custom-head'      => false,
20     'registration-enabled' => false,
21
22 ];