From 0781d740677c91c087cac03c5906a65f78df99e7 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 3 Jan 2024 09:48:23 +0000 Subject: [PATCH] update example config --- data/config.json-example | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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 * * *" } }