So I want to connect to my mongodb running on my host machine (DO droplet, Ubuntu 16.04). It is running on the default 27017 port on localhost.
27017
I then u
change the bindIp from 127.0.0.1 to 0.0.0.0 in /etc/mongod.conf. Then it will work