Skip to content

Commit

Permalink
chore: add backup section to config file docs, fixes #13997
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Nov 7, 2024
1 parent 4aa7bf3 commit badc030
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/install/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit badc030

Please sign in to comment.