fix: remove sentinel variable

fix: metrics are disabled by default
This commit is contained in:
Andras Bacsai
2024-06-18 13:01:23 +02:00
parent 768c917a0e
commit 83983bbb32
5 changed files with 36 additions and 7 deletions

View File

@@ -14,5 +14,4 @@ return [
'helper_image' => env('HELPER_IMAGE', 'ghcr.io/coollabsio/coolify-helper:latest'),
'is_horizon_enabled' => env('HORIZON_ENABLED', true),
'is_scheduler_enabled' => env('SCHEDULER_ENABLED', true),
'is_sentinel_enabled' => env('SENTINEL_ENABLED', false),
];