manual item upload
This commit is contained in:
@@ -66,6 +66,17 @@ return [
|
||||
'url_type' => 'publicURL'
|
||||
],
|
||||
|
||||
'sftp' => [
|
||||
'driver' => 'sftp',
|
||||
'host' => '35.232.234.8',
|
||||
'port' => 22,
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'privateKey' => 'C:\\Users\\user\\Documents\\#keys\\instance2\\root.ppk',
|
||||
'root' => '/var/www/html/images',
|
||||
'timeout' => 10
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -16,8 +16,8 @@ return [
|
||||
// 'company_name' => env('COMPANY_NAME','Acme Inc'),
|
||||
// 'company_email' => env('COMPANY_email','contact@acme.inc'),
|
||||
|
||||
// 'prod_private_server_ip' => env('35.232.234.8', '35.232.234.8'),
|
||||
'prod_private_server_ip' => env('http://192.168.2.238', 'http://192.168.2.238'), // local
|
||||
// 'prod_private_server_ip' => env('https://crewsportswear.app', 'https://crewsportswear.app'),
|
||||
'prod_private_server_ip' => env('http://localhost', 'http://localhost'), // local
|
||||
|
||||
'designer_location' => env('http://localhost/plain-tshirt/', 'http://localhost/plain-tshirt/'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user