24
1
Fork 0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: {