diff --git a/data/config.json-example b/data/config.json-example index 731d684..aa5d89b 100644 --- a/data/config.json-example +++ b/data/config.json-example @@ -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 * * *" } }