mc-tracker/data/config.json-example

14 lines
239 B
Plaintext
Raw Normal View History

2024-01-03 07:25:17 +00:00
{
"influx": {
"url": "http://localhost:8086",
2024-01-03 09:48:23 +00:00
"token": "setme",
"org": "setme",
"bucket": "mc-tracker"
2024-01-03 07:25:17 +00:00
},
2024-01-03 09:48:23 +00:00
"pinger": {
"pingCron": "*/1 * * * *",
"dnsInvalidationCron": "0 */6 * * *",
2024-01-03 07:25:17 +00:00
"timeout": 2000
}
}