Monday, July 19, 2021

Getting MongoDb connection string for cloud collection

 






Replace the database name with your database name and replace the password with your password ( username password should be in the format username:password@---- and not like username:<password>@----- !. The angle brackets indicate substitution only, and not to be confused as a requirement.



"mongodb+srv://aaaaaaaa:bbbbbbbb@cluster0.hfu9n.mongodb.net/ccccccccc?retryWrites=true&w=majority"

No comments:

Post a Comment

Misc Javascript points

 Nodejs can support multithreading through use of promises _ is the numeric separator for javascript, that means the numbers 10_000, 11.23_0...