added test as possible env value
This commit is contained in:
parent
dcb5e2d813
commit
dcc88ac546
|
@ -23,7 +23,7 @@ const conf = convict({
|
|||
env: 'P2P_LISTEN_PORT'
|
||||
},
|
||||
env: {
|
||||
format: ['production', 'development'],
|
||||
format: ['production', 'development', 'test'],
|
||||
default: 'development',
|
||||
env: 'NODE_ENV'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue