Skip to content

Commit

Permalink
fix(): added path env for compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Dec 4, 2024
1 parent 165516d commit 6fc8251
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SERVER_PUBLIC_DOMAIN="http://alice-mediator.com"
SERVER_LOCAL_PORT="8080"
STORAGE_DIRPATH="crates/generic-server/target/storage"
MONGO_DBN="mediator-coordination"
MONGO_URI="mongodb://localhost:27017/"

0 comments on commit 6fc8251

Please sign in to comment.