Change default bind address to 0.0.0.0

This commit is contained in:
Thomas Dalichow
2017-12-21 22:10:42 +01:00
committed by GitHub
parent b80ee8d778
commit 6f27c6e4aa

View File

@@ -16,7 +16,7 @@ const conf = convict({
}, },
listen_address: { listen_address: {
format: 'ipaddress', format: 'ipaddress',
default: '127.0.0.1', default: '0.0.0.0',
env: 'IP_ADDRESS' env: 'IP_ADDRESS'
}, },
listen_port: { listen_port: {