Skip to content

Commit 271ebd9

Browse files
committed
add IOTA_MONGO_URI to mongoVariables
1 parent c895c6a commit 271ebd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/commonConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function processEnvironmentVariables() {
173173
'IOTA_IOTAM_AGENTPATH'
174174
];
175175
const mongoVariables = [
176+
'IOTA_MONGO_URI',
176177
'IOTA_MONGO_HOST',
177178
'IOTA_MONGO_PORT',
178179
'IOTA_MONGO_DB',

0 commit comments

Comments
 (0)