refactor(Config): Changed order
This commit is contained in:
parent
524f83ec00
commit
1f32937baf
1 changed files with 4 additions and 3 deletions
|
|
@ -12,9 +12,10 @@
|
||||||
{
|
{
|
||||||
"backupName": "",
|
"backupName": "",
|
||||||
"folderPath": "",
|
"folderPath": "",
|
||||||
"storageType": "",
|
"remoteStorageType": "",
|
||||||
"targetPath": "",
|
"remoteTargetPath": "",
|
||||||
"createLocalBackup": false
|
"createLocalBackup": false,
|
||||||
|
"localTargetPath": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in a new issue