Fix: Enabel mux

This commit is contained in:
peaklabs-dev
2024-09-08 19:15:37 +02:00
parent cc10d08a7c
commit c8218e6901
2 changed files with 91 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ return [
'contact' => 'https://coolify.io/docs/contact',
],
'ssh' => [
'mux_enabled' => env('SSH_MUX_ENABLED', true),
'mux_persist_time' => env('SSH_MUX_PERSIST_TIME', '1h'),
'connection_timeout' => 10,
'server_interval' => 20,