updated merchbay links
This commit is contained in:
@@ -71,20 +71,37 @@ return [
|
||||
'url_type' => 'publicURL'
|
||||
],
|
||||
|
||||
'sftp' => [
|
||||
'driver' => 'sftp',
|
||||
'host' => '35.232.234.8',
|
||||
'port' => 22,
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'privateKey' => '/var/www/html/_key/instance2/root.ppk',
|
||||
'root' => '/var/www/html/images',
|
||||
'timeout' => 10
|
||||
// 'sftp' => [
|
||||
// 'driver' => 'sftp',
|
||||
// 'host' => '35.232.234.8',
|
||||
// 'port' => 22,
|
||||
// 'username' => 'root',
|
||||
// 'password' => '',
|
||||
// 'privateKey' => '/var/www/html/_key/instance2/root.ppk',
|
||||
// 'root' => '/var/www/html/images',
|
||||
// 'timeout' => 10
|
||||
// ],
|
||||
|
||||
'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',
|
||||
'timeout' => 10,
|
||||
],
|
||||
|
||||
'uploads' => [
|
||||
'driver' => 'local',
|
||||
'root' => '/var/www/html/uploads/images',
|
||||
'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