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