From 5e634d62d599c60a34f405e26ef0c3037e9a37a3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 25 Oct 2015 12:09:29 +0100 Subject: o Experimenting with grunt. --- src/web/DillerWeb.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/web') diff --git a/src/web/DillerWeb.js b/src/web/DillerWeb.js index a5bdf6b..c261af7 100644 --- a/src/web/DillerWeb.js +++ b/src/web/DillerWeb.js @@ -105,8 +105,7 @@ function DillerWeb(diller, db, config) { } function listen() { - var port = process.env.HTTP_PORT || 8080; - app.listen(port); + app.listen(config.httpPort); } function generateRpc() { -- cgit v1.2.3