]> BookStack Code Mirror - bookstack/blob - config/setting-defaults.php
shorter amazon S3 url
[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-editor' => 'wysiwyg',
9     'app-color'  => '#0288D1',
10     'app-color-light' => 'rgba(21, 101, 192, 0.15)'
11
12 ];