DocSpace-client/config/backup.json

24 lines
347 B
JSON
Raw Normal View History

{
2020-06-03 09:15:05 +00:00
"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":[]
}
}
}