Skip to content

Commit 5a30b4e

Browse files
author
Rishabh
authored
Configurable mongo port (#76)
1 parent 08aafdd commit 5a30b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

attribute-service/src/main/resources/configs/common/application.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ document.store {
77
host = localhost
88
host = ${?MONGO_HOST} # provides a way to override the mongo_host via an environment variable
99
port = 27017
10+
port = ${?MONGO_PORT}
1011
}
1112
}
1213
attributes.type.server.port = 9012

0 commit comments

Comments
 (0)