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,
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -16,9 +16,11 @@ return [
|
||||
// 'company_name' => env('COMPANY_NAME','Acme Inc'),
|
||||
// 'company_email' => env('COMPANY_email','contact@acme.inc'),
|
||||
|
||||
'prod_private_server_ip' => env('https://crewsportswear.app', 'https://crewsportswear.app'),
|
||||
'images_url' => env('https://crewsportswear.app:5955', 'https://crewsportswear.app:5955'),
|
||||
'uploads' => env('https://crewsportswear.com/uploads/images/', 'https://crewsportswear.com/uploads/images/'), // local
|
||||
|
||||
// 'prod_private_server_ip' => env('https://crewsportswear.app', 'https://crewsportswear.app'),
|
||||
'prod_private_server_ip' => env('PROD_PRIVATE'),
|
||||
// 'images_url' => env('https://crewsportswear.app:5955', 'https://crewsportswear.app:5955'),
|
||||
'images_url' => env('IMAGES_URL'),
|
||||
// 'uploads' => env('https://crewsportswear.app:5955/merchbay/', 'https://crewsportswear.com/uploads/images/'), // local
|
||||
'uploads' => env('UPLOAD_URL'),
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user