updated merchbay links

This commit is contained in:
franknstayn
2021-07-19 17:14:16 +08:00
parent 1e651eb9b3
commit 5e0be52ea4
4 changed files with 88 additions and 15 deletions

View File

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