make sentinel enabled env var

This commit is contained in:
Andras Bacsai
2024-05-10 09:21:19 +02:00
parent b5d9d6e268
commit db9a68e9c9
3 changed files with 7 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ 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),
];