Minetrack/config.json

19 lines
312 B
JSON
Raw Normal View History

{
2023-12-30 23:03:54 +00:00
"site": {
"port": 8080,
"ip": "0.0.0.0"
},
"rates": {
"pingAll": 15000,
"connectTimeout": 2500
},
"oldPingsCleanup": {
"enabled": false,
"interval": 3600000
},
"logFailedPings": true,
"logToDatabase": true,
"graphDuration": 86400000,
"serverGraphDuration": 180000
}