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