listen for websockets on the same port as the httpd

This commit is contained in:
ansuz 2016-04-22 10:55:20 +02:00
parent e83e5026ce
commit 60eb8b52a9

View file

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