From 8bbcc29678b8a86787808c2ee0b68f960a929584 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 25 Aug 2021 20:49:30 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index dc2c96a..d97654d 100644 --- a/conf/config.js +++ b/conf/config.js @@ -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: {