manual item upload

This commit is contained in:
Frank John Begornia
2019-05-17 15:55:38 +08:00
parent c39fb0a2a4
commit 30962d3b4e
26 changed files with 960 additions and 98 deletions

View File

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