BookStack/config/setting-defaults.php
Dan Brown 8b43b91057
Improved password reset flow with notifications.
Also added links to sign-in/register.
Fixed links in emails sent out.

Fixes #210 and #218.
2016-10-30 11:36:57 +00:00

14 lines
300 B
PHP

<?php
/**
* The defaults for the system settings that are saved in the database.
*/
return [
'app-name' => 'BookStack',
'app-editor' => 'wysiwyg',
'app-color' => '#0288D1',
'app-color-light' => 'rgba(21, 101, 192, 0.15)',
'registration-enabled' => false,
];