mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Merge (#127)
This commit is contained in:
@ -57,11 +57,23 @@
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
'key-pairs' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/key-pairs'),
|
||||
],
|
||||
|
||||
// @deprecated
|
||||
'key-pairs-local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/key-pairs'),
|
||||
],
|
||||
|
||||
'server-logs' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/server-logs'),
|
||||
],
|
||||
|
||||
// @deprecated
|
||||
'server-logs-local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/server-logs'),
|
||||
|
Reference in New Issue
Block a user