rename license server

This commit is contained in:
Andras Bacsai 2023-08-28 15:02:03 +02:00
parent 2bb778834b
commit 5989eb8f6e

View File

@ -3,7 +3,7 @@
return [
'self_hosted' => env('SELF_HOSTED', true),
'waitlist' => env('WAITLIST', false),
'license_url' => 'https://license.coolify.io',
'license_url' => 'https://licenses.coollabs.io',
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),