Meteor – Connect to external MongoDB

If you start a new Meteor app, it would initialize a local MongoDB instance. If you want to use a remote one. Add the MONGO_URL environmental variable before you start the Meteor app. Ex:

MONGO_URL = "mongodb://[username]:[password]@[host]:[port]/[db]"

 

Done =)

Reference: StackOverflow – How to connect meteor to an existing backend?

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.