Minetrack/config.json
Liam 565b533ad4
Some checks failed
Publish Docker Image / docker (push) Has been cancelled
format peak time frame properly
2023-12-31 01:07:32 +00:00

19 lines
313 B
JSON

{
"site": {
"port": 8080,
"ip": "0.0.0.0"
},
"rates": {
"pingAll": 30000,
"connectTimeout": 5000
},
"oldPingsCleanup": {
"enabled": false,
"interval": 3600000
},
"logFailedPings": true,
"logToDatabase": true,
"graphDuration": 604800000,
"serverGraphDuration": 360000
}