From 309469b3874302b3d832fd9afd96e902dbe17dc8 Mon Sep 17 00:00:00 2001 From: christian Date: Mon, 1 Nov 2021 21:33:50 +0100 Subject: [PATCH] dumb fuckup welp --- file_mover/config_demos.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" + } + } + } + } }