fix: read Coolify config via config() (env() unreliable with config:cache + Octane)

This commit is contained in:
2026-05-07 07:02:05 +00:00
parent 4c6a3f7bc6
commit 0620e08351
3 changed files with 12 additions and 4 deletions
+6
View File
@@ -35,4 +35,10 @@ return [
],
],
'coolify' => [
'url' => env('COOLIFY_API_URL'),
'token' => env('COOLIFY_API_TOKEN'),
'app_uuid' => env('COOLIFY_APP_UUID'),
],
];