I would like to find out how to connect to an external MongoDB instance in Meteor.
I have added this environment
Meteor.startup(function () { proce
run it in command prompt:
"MONGO_URL=mongodb://:@:/ meteor"
or save this url in run.sh file in project folder and run meteor