lasthourcloud/config/coolify.php

11 lines
314 B
PHP
Raw Normal View History

<?php
return [
2023-06-12 14:47:42 +02:00
'self_hosted' => env('SELF_HOSTED', true),
2023-08-15 14:11:38 +02:00
'waitlist' => env('WAITLIST', false),
2023-07-27 14:45:34 +02:00
'license_url' => 'https://license.coolify.io',
2023-05-05 16:56:03 +01:00
'mux_enabled' => env('MUX_ENABLED', true),
2023-05-09 09:54:43 +02:00
'dev_webhook' => env('SERVEO_URL'),
2023-08-15 14:54:20 +02:00
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
2023-07-14 11:27:08 +02:00
];