diff --git a/conf/config.js b/conf/config.js index 335a298..47fe7cc 100644 --- a/conf/config.js +++ b/conf/config.js @@ -129,7 +129,7 @@ const conf = convict({ }, listen_address: { format: 'ipaddress', - default: '0.0.0.0', + default: '127.0.0.1', env: 'IP_ADDRESS' }, listen_port: {