mc-tracker/data/config.json

11 lines
134 B
JSON
Raw Normal View History

2024-01-01 03:45:00 +00:00
{
"api": {
"host": "localhost",
"port": 3000
},
"scanner": {
"updateCron": "*/1 * * * *",
"timeout": 2000
}
}