I have an existing local mongodb database at mongodb://127.0.0.1:27017/my_database
Now, that I'm starting a new meteor app, I need it to connect to this existing database.
Where do I get to specify this option?
I have an existing local mongodb database at mongodb://127.0.0.1:27017/my_database
Now, that I'm starting a new meteor app, I need it to connect to this existing database.
Where do I get to specify this option?