Created
June 7, 2021 17:58
-
-
Save ManotLuijiu/3d0f051d6406bfe66739b672a980f01c to your computer and use it in GitHub Desktop.
How to put MongoDB URI in .env file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MONGO_URI='mongodb+srv://<user>:<password>@<cluster_name>.xxxxx.mongodb.net/<database_name>?retryWrites=true&w=majority' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
would you please explain what" .xxxxx. " mean here?
Thank you for your time.