added a help system, replaced the words "tenant" and "Pwa" with better alternatives. corrected and implemented cron jobs. prepared going live on a coolify-powered system.
This commit is contained in:
11
config/coolify.php
Normal file
11
config/coolify.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'api' => [
|
||||
'base_url' => env('COOLIFY_API_BASE_URL'),
|
||||
'token' => env('COOLIFY_API_TOKEN'),
|
||||
'timeout' => (int) env('COOLIFY_API_TIMEOUT', 5),
|
||||
],
|
||||
'web_url' => env('COOLIFY_WEB_URL'),
|
||||
'services' => json_decode(env('COOLIFY_SERVICE_IDS', '{}'), true) ?? [],
|
||||
];
|
||||
Reference in New Issue
Block a user