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": {
"url": "http://localhost:8086",
"token": "my-token",
"org": "my-org",
"bucket": "my-bucket"
"token": "setme",
"org": "setme",
"bucket": "mc-tracker"
},
"scanner": {
"updateCron": "*/1 * * * *",
"pinger": {
"pingCron": "*/1 * * * *",
"dnsInvalidationCron": "0 */6 * * *",
"timeout": 2000
},
"backup": {
"cron": "0 0 * * *"
}
}