Move always_authenticate config to the setting.php file

This commit is contained in:
Nico Stapelbroek
2018-04-04 18:37:52 +02:00
parent e424c2638b
commit 50bcfb5093
2 changed files with 12 additions and 11 deletions

View File

@@ -111,4 +111,16 @@ return [
*/
'only_disrupted_days' => false,
/*
|--------------------------------------------------------------------------
| Always authenticate
|--------------------------------------------------------------------------
|
| Whether to lock down Cachet and only allow viewing pages
| when authenticated.
|
*/
'always_authenticate' => false,
];