mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
updates
This commit is contained in:
@@ -43,9 +43,15 @@ return [
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
'ssh-mux' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/ssh/mux'),
|
||||
'visibility' => 'private',
|
||||
'throw' => false,
|
||||
],
|
||||
'ssh-keys' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/ssh-keys'),
|
||||
'root' => storage_path('app/ssh/keys'),
|
||||
'visibility' => 'private',
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user