updated uploading store
This commit is contained in:
@@ -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
|
||||
]
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user