Cachet/config/setting.php

60 lines
1.5 KiB
PHP
Raw Normal View History

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
2016-06-01 11:42:25 +01:00
/*
|--------------------------------------------------------------------------
| Dashboard Login Link
|--------------------------------------------------------------------------
|
| Whether to show the dashboard link in the footer by default.
|
*/
'dashboard_login_link' => true,
2016-05-25 21:20:24 +01:00
/*
|--------------------------------------------------------------------------
| Enable subscribers
2016-05-25 21:20:24 +01:00
|--------------------------------------------------------------------------
|
| Whether to allow people to subscribe to the status page.
|
*/
'enable_subscribers' => true,
/*
|--------------------------------------------------------------------------
| Automatic Localization
|--------------------------------------------------------------------------
|
| Whether to automatically localize the status to the visitors default
| browser language settings.
|
*/
'automatic_localization' => false,
2016-06-01 08:04:16 +01:00
2016-06-01 11:42:25 +01:00
/*
|--------------------------------------------------------------------------
| Show Support for Cachet
|--------------------------------------------------------------------------
|
| Whether to show the "Powered by Cachet" text in the footer.
|
*/
2016-06-01 08:04:16 +01:00
2016-06-01 11:50:24 +01:00
'show_support' => true,
2016-06-01 11:42:25 +01:00
];