config.json 380 B

12345678910111213141516171819
  1. {
  2. "telnetlisten": "::",
  3. "telnetport": 7000,
  4. "telnettimeout": 60000,
  5. "websocketlisten": "::",
  6. "websocketport": 8080,
  7. "enableWebserver": true,
  8. "websitePath": "./website",
  9. "routes" : {
  10. "/" : "/index.html",
  11. "/index.html" : "/index.html",
  12. "/banana" : "/index.html"
  13. },
  14. "sshlisten": "::",
  15. "sshport": 2222,
  16. "playerDataPath": "./players",
  17. "worldDataPath": "../world"
  18. }