Skip to content

Instantly share code, notes, and snippets.

@rbrick
Last active July 17, 2019 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbrick/70ba2610febbb0cdd8e280a43bf64327 to your computer and use it in GitHub Desktop.
Save rbrick/70ba2610febbb0cdd8e280a43bf64327 to your computer and use it in GitHub Desktop.
{
"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"
},
"faviconOverride": {
},
"site": {
"port": 8080,
"ip": "0.0.0.0"
},
"rates": {
"upateMojangStatus": 5000,
"mojangStatusTimeout": 3500,
"pingAll": 3000,
"connectTimeout": 2500
},
"logToDatabase": true,
"graphDuration": 86400000,
"serverCategories": {
"soup": "Soup Networks"
},
"versions": {
"PC": [
4,
5,
47
],
"PE": []
},
"categoriesVisible": true,
"serverTypesVisible": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment