From d3d25ef1f72e22301f9ad7be3b9467e8b8a60417 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 25 Aug 2021 19:56:40 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index 49c19cd..dc2c96a 100644 --- a/conf/config.js +++ b/conf/config.js @@ -126,7 +126,7 @@ const conf = convict({ }, listen_address: { format: 'ipaddress', - default: '0.0.0.0', + default: '127.0.0.1', env: 'IP_ADDRESS' }, listen_port: { @@ -147,7 +147,7 @@ const conf = convict({ }, env: { format: ['production', 'development', 'test'], - default: 'development', + default: 'production', env: 'NODE_ENV' }, max_file_size: {