From 60eb8b52a9e908350327b0b2e001e5e1f847e407 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 22 Apr 2016 10:55:20 +0200 Subject: [PATCH] listen for websockets on the same port as the httpd --- config.js.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js.dist b/config.js.dist index f61828e4c..e2f521963 100644 --- a/config.js.dist +++ b/config.js.dist @@ -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