1234567891011121314151617181920212223242526272829303132 |
- {
- "telnetlisten": "::",
- "telnetport": 7000,
- "telnettimeout": 60000,
- "websocketlisten": "::",
- "websocketport": 8080,
- "enableWebserver": true,
- "websitePath": "/var/www/starmire/website",
- "apiPath": "/api",
- "routes": {
- "/": "/index.html",
- "/index.html": "/index.html",
- "/play": "/terminal.html",
- "/online": "/terminal.html",
- "/register": "/register.html"
- },
- "sshlisten": "::",
- "sshport": 2222,
- "playerDataPath": "/var/starmire/players",
- "worldDataPath": "../world",
- "sshKeyPath": "/var/starmire/id_rsa",
- "trelloUrl": "https://trello.com/b/eUkGwaTj/starmire",
- "trelloApiKey": "60df8b4d43266b2434f9832981e9874d",
- "trelloBoardId": "5b4cb22e84d5c21a1b80a1c1",
- "trelloAccessToken": "bc2cc2ae2fc130b924906d80b9220a1feaa9682e47a01b1828db35cc4e1079d6",
- "trelloBugListId": "5b4cb25cc063df3dda930593",
- "trelloFeatureListId": "5b4cb25121da2256d97e26a6",
- "allowRegistration": true,
- "usernameBlacklist": ["admin", "god", "deity", "server", "help", "look", "mud"]
- }
|