update example config
All checks were successful
deploy / deploy (push) Successful in 32s
Publish Docker Image / docker (push) Successful in 42s

This commit is contained in:
Lee 2024-01-03 09:48:23 +00:00
parent 88472c81e9
commit 0781d74067

@ -1,15 +1,13 @@
{ {
"influx": { "influx": {
"url": "http://localhost:8086", "url": "http://localhost:8086",
"token": "my-token", "token": "setme",
"org": "my-org", "org": "setme",
"bucket": "my-bucket" "bucket": "mc-tracker"
}, },
"scanner": { "pinger": {
"updateCron": "*/1 * * * *", "pingCron": "*/1 * * * *",
"dnsInvalidationCron": "0 */6 * * *",
"timeout": 2000 "timeout": 2000
},
"backup": {
"cron": "0 0 * * *"
} }
} }