config.json 984 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "telnetlisten": "::",
  3. "telnetport": 7000,
  4. "telnettimeout": 60000,
  5. "websocketlisten": "::",
  6. "websocketport": 8080,
  7. "enableWebserver": true,
  8. "websitePath": "/var/www/starmire/website",
  9. "apiPath": "/api",
  10. "routes": {
  11. "/": "/index.html",
  12. "/index.html": "/index.html",
  13. "/play": "/terminal.html",
  14. "/online": "/terminal.html",
  15. "/register": "/register.html"
  16. },
  17. "sshlisten": "::",
  18. "sshport": 2222,
  19. "playerDataPath": "/var/starmire/players",
  20. "worldDataPath": "../world",
  21. "sshKeyPath": "/var/starmire/id_rsa",
  22. "trelloUrl": "https://trello.com/b/eUkGwaTj/starmire",
  23. "trelloApiKey": "60df8b4d43266b2434f9832981e9874d",
  24. "trelloBoardId": "5b4cb22e84d5c21a1b80a1c1",
  25. "trelloAccessToken": "bc2cc2ae2fc130b924906d80b9220a1feaa9682e47a01b1828db35cc4e1079d6",
  26. "trelloBugListId": "5b4cb25cc063df3dda930593",
  27. "trelloFeatureListId": "5b4cb25121da2256d97e26a6",
  28. "allowRegistration": true,
  29. "usernameBlacklist": ["admin", "god", "deity", "server", "help", "look", "mud"]
  30. }