From 1f32937baf5486054767f6580e639d6a9d147e1b Mon Sep 17 00:00:00 2001 From: netbenix Date: Thu, 23 Dec 2021 11:03:49 +0100 Subject: [PATCH] refactor(Config): Changed order --- config/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 21652af..6cbb73d 100644 --- a/config/config.json +++ b/config/config.json @@ -12,9 +12,10 @@ { "backupName": "", "folderPath": "", - "storageType": "", - "targetPath": "", - "createLocalBackup": false + "remoteStorageType": "", + "remoteTargetPath": "", + "createLocalBackup": false, + "localTargetPath": "" } ] } \ No newline at end of file