config.json 432 B

123456789101112131415161718192021
  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": "/var/starmire/players",
  17. "worldDataPath": "../world",
  18. "sshKeyPath": "/var/starmire/id_rsa"
  19. }