From 142a85287b5aa79522cafe3dab267beae9684095 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 8 Apr 2017 20:20:52 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 2a1e9e2..ffd8e2c 100644 --- a/conf/config.js +++ b/conf/config.js @@ -5,7 +5,7 @@ module.exports = { // the address you want to bind to, :: means all ipv4 and ipv6 addresses // this may not work on all operating systems - httpAddress: '__URL__', + httpAddress: '::', // the port on which your httpd will listen