refactor(Config): Changed order

This commit is contained in:
netbenix 2021-12-23 11:03:49 +01:00
parent 524f83ec00
commit 1f32937baf

View file

@ -12,9 +12,10 @@
{ {
"backupName": "", "backupName": "",
"folderPath": "", "folderPath": "",
"storageType": "", "remoteStorageType": "",
"targetPath": "", "remoteTargetPath": "",
"createLocalBackup": false "createLocalBackup": false,
"localTargetPath": ""
} }
] ]
} }