Skip to content

Commit

Permalink
feat(): addressed reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Dec 16, 2024
1 parent 624e8da commit 1d64f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target/
**/target/
.idea/
2 changes: 1 addition & 1 deletion mediator-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mongoVolume:
mountPath: /var/lib/mongodb

envConfig:
MONGO_DBN: mediator-coordination
MONGO_DBN: mediatorDB
MONGO_URI: mongodb://mongodb:27017
SERVER_LOCAL_PORT: "3000"
SERVER_PUBLIC_DOMAIN: http://alice-mediator.com

0 comments on commit 1d64f67

Please sign in to comment.