Tag: remote

mongodb - How to allow remote connections to 🍃 MongoDB

How to allow remote connections to 🍃 MongoDB

If you are using MongoDB for development or you are running MongoDB database on the same server as your application, you probably do not want to expose MongoDB to the outside the local network. We can use bindIp option to allow remote access to...