Minetrack/config.json

19 lines
313 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,
2023-12-30 23:54:53 +00:00
"connectTimeout": 10000
2023-12-30 23:03:54 +00:00
},
"oldPingsCleanup": {
"enabled": false,
"interval": 3600000
},
"logFailedPings": true,
"logToDatabase": true,
"graphDuration": 86400000,
"serverGraphDuration": 180000
}