24
1
Fork 0

added test as possible env value

This commit is contained in:
Abhinav Adduri 2017-06-19 14:34:12 -07:00
parent dcb5e2d813
commit dcc88ac546
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const conf = convict({
env: 'P2P_LISTEN_PORT'
},
env: {
format: ['production', 'development'],
format: ['production', 'development', 'test'],
default: 'development',
env: 'NODE_ENV'
}