Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created June 7, 2021 17:58
Show Gist options
  • Select an option

  • Save ManotLuijiu/3d0f051d6406bfe66739b672a980f01c to your computer and use it in GitHub Desktop.

Select an option

Save ManotLuijiu/3d0f051d6406bfe66739b672a980f01c to your computer and use it in GitHub Desktop.
How to put MongoDB URI in .env file
MONGO_URI='mongodb+srv://<user>:<password>@<cluster_name>.xxxxx.mongodb.net/<database_name>?retryWrites=true&w=majority'
@saurabhbhise16

Copy link
Copy Markdown

would you please explain what" .xxxxx. " mean here?
Thank you for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment