From 54a304276fb361f95332c5c1f8c6f67026b1d96c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 31 Jul 2015 13:43:19 +0200 Subject: made it possible to run standalone without proxying webserver: - deliver static pages - some default redirects pointing to the main landing page --- config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'config.js') diff --git a/config.js b/config.js index b161536..df53d7c 100644 --- a/config.js +++ b/config.js @@ -14,6 +14,7 @@ "service" : { "api" : "http", + "ip" : "0.0.0.0", "port" : 8080 }, "http" : { -- cgit v1.2.3-54-g00ecf