This commit is contained in:
Andras Bacsai
2023-06-12 14:47:42 +02:00
parent 3da58ed2b8
commit 2ae67b8ca9
5 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
<?php
return [
'self_hosted' => env('SELF_HOSTED', true),
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),