This commit is contained in:
Andras Bacsai
2023-07-28 16:42:28 +02:00
parent 35d9e98e83
commit 469e404725
11 changed files with 89 additions and 80 deletions

View File

@@ -10,5 +10,5 @@ return [
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
'proxy_config_path' => env('BASE_CONFIG_PATH', '/data/coolify') . "/proxy",
'dev_config_path' => env('DEV_CONFIG_PATH', './_data/coolify'),
];

View File

@@ -1,5 +0,0 @@
<?php
return [
'project_path_on_host' => env('PROJECT_PATH_ON_HOST', '/var/www/html')
];