Minetrack/config.json

19 lines
313 B
JSON
Raw Permalink Normal View History

{
2023-12-30 23:03:54 +00:00
"site": {
"port": 8080,
"ip": "0.0.0.0"
},
"rates": {
2023-12-31 01:07:32 +00:00
"pingAll": 30000,
"connectTimeout": 5000
2023-12-30 23:03:54 +00:00
},
"oldPingsCleanup": {
"enabled": false,
"interval": 3600000
},
"logFailedPings": true,
"logToDatabase": true,
2023-12-31 01:07:32 +00:00
"graphDuration": 604800000,
"serverGraphDuration": 360000
}