MongoDB Authentication, what URI should I use ?
Hello,
I set username and password to mydatabase and can access with the following URI
URI 'mongodb://username:password@ip:27017/mydatabase'
Now I want to protect the access to my MongoDB Server with Authentication=True with UserDB and password
For that, I use MongoChef to set the Authentication, User name and password
What is the URI that I should use to access mydatabase ?
I use KeyStoneJS on docker, MongoDB on Docker and NGINX on Docker for my website.
Thank You
Kosona