Update config.js

This commit is contained in:
ericgaspar 2021-08-25 19:56:40 +02:00
parent 93f7939930
commit d3d25ef1f7
1 changed files with 2 additions and 2 deletions

View File

@ -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: {