Minetrack/config.json

19 lines
290 B
JSON
Raw Normal View History

{
2015-11-02 05:21:42 +00:00
"site": {
"port": 8080,
2015-11-02 05:21:42 +00:00
"ip": "0.0.0.0"
},
"rates": {
"pingAll": 3000,
2015-12-28 02:38:56 +00:00
"connectTimeout": 2500
2015-12-11 04:06:27 +00:00
},
"oldPingsCleanup": {
"enabled": false,
"interval": 3600000
},
"logFailedPings": true,
2020-05-11 01:19:01 +00:00
"logToDatabase": false,
2020-05-08 06:54:04 +00:00
"graphDuration": 86400000,
"serverGraphDuration": 180000
}