Skip to content

Commit

Permalink
fix(): update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Dec 6, 2024
1 parent ed412d2 commit 0e59816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ SERVER_PUBLIC_DOMAIN="http://didcomm-mediator.com"
SERVER_LOCAL_PORT="8080"
STORAGE_DIRPATH="crates/generic-server/target/storage"
MONGO_DBN="mediator-coordination"
MONGO_URI="mongodb://0.0.0.0:27017"
MONGO_URI="mongodb://localhost:27017"

0 comments on commit 0e59816

Please sign in to comment.