Merge pull request #1830 from CachetHQ/default-enable-subscibers
Enable subscribers by default
This commit is contained in:
@@ -20,4 +20,15 @@ return [
|
||||
*/
|
||||
|
||||
'dashboard_login_link' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Enable subscribers.
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Whether to allow people to subscribe to the status page.
|
||||
|
|
||||
*/
|
||||
|
||||
'enable_subscribers' => true,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user