listen for websockets on the same port as the httpd

pull/1/head
ansuz 9 years ago
parent e83e5026ce
commit 60eb8b52a9

@ -10,7 +10,7 @@ module.exports = {
// the port on which your httpd will listen
httpPort: 3000,
// the port used for websockets
websocketPort: 3001,
websocketPort: 3000,
// You now have a choice of storage engines

Loading…
Cancel
Save