I'm trying to deploy my meteor application using MUP and I'm having trouble connecting to the separate VPS running my MongoDB. The MONGO_URL
is wrong. Is there a way to test my connection via terminal on my mac so I don't have to keep rebuilding and trying to deploy the app. This is a time saver question.
MONGO_URL: 'mongodb://username:password@111.222.111:12121/my_db'