change proxy path in dev

This commit is contained in:
Andras Bacsai
2023-08-15 15:06:54 +02:00
parent 77dad42f97
commit 316f855280
3 changed files with 0 additions and 6 deletions

View File

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