Skip to content

Commit

Permalink
Configurable mongo port (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh authored Feb 25, 2021
1 parent 08aafdd commit 5a30b4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ document.store {
host = localhost
host = ${?MONGO_HOST} # provides a way to override the mongo_host via an environment variable
port = 27017
port = ${?MONGO_PORT}
}
}
attributes.type.server.port = 9012
Expand Down

0 comments on commit 5a30b4e

Please sign in to comment.