Change default bind address to 0.0.0.0
This commit is contained in:
parent
b80ee8d778
commit
6f27c6e4aa
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user