updated uploading store

This commit is contained in:
franknstayn
2021-07-19 17:15:58 +08:00
parent 8ddfee5d85
commit febadd87ce
8 changed files with 242 additions and 7 deletions

View File

@@ -66,6 +66,17 @@ return [
'driver' => 'local',
'root' => env('UPLOAD_FOLDER_PATH'),
],
'sftp' => [
'driver' => 'sftp',
'host' => '35.232.234.8',
'port' => 22,
'username' => 'root',
'password' => '',
'privateKey' => storage_path('keys/crewsportswear_app.ppk') . '',
'root' => '/var/www/html/images/merchbay',
'timeout' => 10
]
],
];