chore: backups custom location and config file docs (#13996)

This commit is contained in:
Zack Pollard
2024-11-07 18:08:02 +00:00
committed by GitHub
parent e84ad084d5
commit ec5b7c266b
2 changed files with 9 additions and 0 deletions

View File

@@ -35,6 +35,13 @@ The default configuration looks like this:
"accel": "disabled",
"accelDecode": false
},
"backup": {
"database": {
"enabled": true,
"cronExpression": "0 02 * * *",
"keepLastAmount": 14
}
},
"job": {
"backgroundTask": {
"concurrency": 5