update example config
This commit is contained in:
parent
88472c81e9
commit
0781d74067
@ -1,15 +1,13 @@
|
|||||||
{
|
{
|
||||||
"influx": {
|
"influx": {
|
||||||
"url": "http://localhost:8086",
|
"url": "http://localhost:8086",
|
||||||
"token": "my-token",
|
"token": "setme",
|
||||||
"org": "my-org",
|
"org": "setme",
|
||||||
"bucket": "my-bucket"
|
"bucket": "mc-tracker"
|
||||||
},
|
},
|
||||||
"scanner": {
|
"pinger": {
|
||||||
"updateCron": "*/1 * * * *",
|
"pingCron": "*/1 * * * *",
|
||||||
|
"dnsInvalidationCron": "0 */6 * * *",
|
||||||
"timeout": 2000
|
"timeout": 2000
|
||||||
},
|
|
||||||
"backup": {
|
|
||||||
"cron": "0 0 * * *"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user