From 6f27c6e4aa41fc065c5e014ddb7028dc9080068f Mon Sep 17 00:00:00 2001 From: Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> Date: Thu, 21 Dec 2017 22:10:42 +0100 Subject: [PATCH] Change default bind address to 0.0.0.0 --- server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.js b/server/config.js index 7f4b2d03..4bad58d8 100644 --- a/server/config.js +++ b/server/config.js @@ -16,7 +16,7 @@ const conf = convict({ }, listen_address: { format: 'ipaddress', - default: '127.0.0.1', + default: '0.0.0.0', env: 'IP_ADDRESS' }, listen_port: {