update from live 11_11_2019

This commit is contained in:
franknstayn
2019-11-11 04:44:08 -06:00
parent 3698312664
commit 542f2c64e0
2 changed files with 7 additions and 7 deletions

View File

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