mc-tracker/data/config.json-example
Liam 0781d74067
All checks were successful
deploy / deploy (push) Successful in 32s
Publish Docker Image / docker (push) Successful in 42s
update example config
2024-01-03 09:48:23 +00:00

14 lines
239 B
Plaintext

{
"influx": {
"url": "http://localhost:8086",
"token": "setme",
"org": "setme",
"bucket": "mc-tracker"
},
"pinger": {
"pingCron": "*/1 * * * *",
"dnsInvalidationCron": "0 */6 * * *",
"timeout": 2000
}
}