DocSpace-client/config/backup.json
2020-06-03 12:15:05 +03:00

24 lines
347 B
JSON

{
"backup":
{
"TempFolder":"..\\Data\\Backup\\",
"UpgradesPath":"../../Sql",
"Limit":100000,
"Service":
{
"WorkerCount":4
},
"Scheduler":
{
"Period":"00:15:00","WorkerCount":1
},
"Cleaner":
{
"Period":"00:15:00"
},
"WebConfigs":
{
"CurrentRegion":"localhost","Elements":[]
}
}
}