This commit is contained in:
Andras Bacsai
2023-05-25 12:55:34 +02:00
parent acaacec82d
commit 2834d7f342
8 changed files with 17 additions and 58 deletions

View File

@@ -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,
],