4 * Default system settings.
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.
13 'app-name' => 'BookStack',
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,