diff --git a/file_mover/config_demos.json b/file_mover/config_demos.json index ea237bcb..c18a11ec 100755 --- a/file_mover/config_demos.json +++ b/file_mover/config_demos.json @@ -34,14 +34,14 @@ } ], "settings": { - "sftp": { - "remote_attempts": "5", - "remote_delay": "15", - "163.172.119.53":{ - "nonroot": { - "password": "A382347fKFFLwqerQ324pfXxr" - } - } - } - } + "sftp": { + "remote_attempts": "5", + "remote_delay": "15", + "ip":{ + "username": { + "password": "password" + } + } + } + } }