ar dbURI = 'mongodb://130.211.150.134:27017/test
Where the IP address of the external IP of the primary mongodB server
I am trying to connect from my laptop as well to test the application by connecting to the laptop.
The error I receive is: node_modules/mongoose/node_modules/mongodb/lib/server.js:228
process.nextTick(function() { throw err; })
^
Error: connect ETIMEDOUT
at exports._errnoException (util.js:746:11)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1000:19)
npm ERR! Darwin 14.3.0
.