Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
YashDxr authored Sep 13, 2023
1 parent f336411 commit a70bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PORT = 5000
MONGO_URL = "mongodb://localhost:27017/chat"
MONGO_URL = "mongodb://0.0.0.0:27017/chat"

0 comments on commit a70bf95

Please sign in to comment.