update from live 11_11_2019
This commit is contained in:
@@ -50,7 +50,7 @@ return [
|
||||
|
||||
'localdir' => [
|
||||
'driver' => 'local',
|
||||
'root' => 'C:\\wamp\\www\\images\\',
|
||||
'root' => '/var/www/html/uploads/images',
|
||||
],
|
||||
|
||||
's3' => [
|
||||
@@ -77,7 +77,7 @@ return [
|
||||
'port' => 22,
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'privateKey' => 'C:\\Users\\user\\Documents\\#keys\\instance2\\root.ppk',
|
||||
'privateKey' => '/var/www/html/_key/instance2/root.ppk',
|
||||
'root' => '/var/www/html/images',
|
||||
'timeout' => 10
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user