update example config
This commit is contained in:
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 * * *"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user