16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"site": {
|
|
"port": 8080,
|
|
"ip": "0.0.0.0"
|
|
},
|
|
"rates": {
|
|
"pingAll": 3000,
|
|
"connectTimeout": 2500
|
|
},
|
|
"logFailedPings": true,
|
|
"logToDatabase": false,
|
|
"deleteOldPings": false,
|
|
"graphDuration": 86400000,
|
|
"serverGraphDuration": 180000
|
|
}
|