mc-tracker/data/config.json-example

16 lines
246 B
Plaintext
Raw Normal View History

2024-01-03 07:25:17 +00:00
{
"influx": {
"url": "http://localhost:8086",
"token": "my-token",
"org": "my-org",
"bucket": "my-bucket"
},
"scanner": {
"updateCron": "*/1 * * * *",
"timeout": 2000
},
"backup": {
"cron": "0 0 * * *"
}
}