16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"expiredAuthzPurger": {
|
|
"syslog": {
|
|
"stdoutLevel": 6
|
|
},
|
|
"dbConnectFile": "test/secrets/purger_dburl",
|
|
"maxDBConns": 10,
|
|
"gracePeriod": "168h",
|
|
"batchSize": 1000,
|
|
"maxAuthzs": 10000,
|
|
"parallelism": 20,
|
|
"pendingCheckpointFile": "/tmp/pending-checkpoint",
|
|
"finalCheckpointFile": "/tmp/final-checkpoint"
|
|
}
|
|
}
|