X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e7d8a041a87ab39c7d4c5ce7a82100bf082a8bdc..refs/pull/205/head:/config/setting-defaults.php diff --git a/config/setting-defaults.php b/config/setting-defaults.php index 17bae1848..5482c1331 100644 --- a/config/setting-defaults.php +++ b/config/setting-defaults.php @@ -5,6 +5,10 @@ */ return [ - 'app-editor' => 'wysiwyg' + 'app-name' => 'BookStack', + 'app-name-header' => true, + 'app-editor' => 'wysiwyg', + 'app-color' => '#0288D1', + 'app-color-light' => 'rgba(21, 101, 192, 0.15)' ]; \ No newline at end of file