798dda8f12
This changes the handshake sequence to use “bootTime” (a unique key based off the time) to make sure the frontend configuration matches the current one. If not, the client pulls the update and validates before requesting the listing.
36 lines
961 B
JSON
36 lines
961 B
JSON
{
|
|
"routes": {
|
|
"/": "assets/html/index.html",
|
|
"/images/compass.png": "assets/images/compass.png",
|
|
"/js/site.js": "assets/js/site.js",
|
|
"/js/util.js": "assets/js/util.js",
|
|
"/js/graph.js": "assets/js/graph.js",
|
|
"/css/main.css": "assets/css/main.css",
|
|
"/favicons/hypixelpe.png": "assets/images/favicons/hypixelpe.png",
|
|
"/favicons/mineplex.png": "assets/images/favicons/mineplex.png",
|
|
"/favicons/mobcrush.png": "assets/images/favicons/mobcrush.png"
|
|
},
|
|
"faviconOverride": {
|
|
"Hypixel PE": "/favicons/hypixelpe.png",
|
|
"Mineplex": "/favicons/mineplex.png",
|
|
"Mobcrush Land": "/favicons/mobcrush.png"
|
|
},
|
|
"site": {
|
|
"port": 8080,
|
|
"ip": "0.0.0.0"
|
|
},
|
|
"rates": {
|
|
"upateMojangStatus": 5000,
|
|
"mojangStatusTimeout": 3500,
|
|
"pingAll": 3000,
|
|
"connectTimeout": 2500
|
|
},
|
|
"logToDatabase": false,
|
|
"graphDuration": 86400000,
|
|
"serverCategories": {
|
|
"major": "Major Networks",
|
|
"midsized": "Midsized Networks",
|
|
"small": "Small Networks"
|
|
}
|
|
}
|