Update config.js

This commit is contained in:
ericgaspar 2021-08-25 20:49:30 +02:00
parent d3d25ef1f7
commit 8bbcc29678

View File

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