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": "",
"folderPath": "",
"storageType": "",
"targetPath": "",
"createLocalBackup": false
"remoteStorageType": "",
"remoteTargetPath": "",
"createLocalBackup": false,
"localTargetPath": ""
}
]
}