This commit is contained in:
James Brooks
2024-10-09 21:05:11 +01:00
parent ee23e952a6
commit 5423df61cf
4 changed files with 55 additions and 76 deletions

View File

View File

@@ -95,15 +95,5 @@ return [
*/
'api_rate_limit' => env('CACHET_API_RATE_LIMIT', 300),
/*
|--------------------------------------------------------------------------
| Cachet Major Outage Threshold
|--------------------------------------------------------------------------
|
| This is the threshold at which a major outage is declared.
|
*/
'major_outage' => 25.0,
'beacon' => env('CACHET_BEACON', true),
];