1
Hello, I’m starting to work with the Meteor and I am having difficulties to define where the database will be located along with the authenticated access user. Looking on the internet, I found some references that say I should start the application using this command (as in this question):
"MONGO_URL=mongodb://127.0.0.1:27017/mydb meteor run"
The problem is, even using the possible solutions given in the question I have not yet succeeded in getting Meteor to access a database other than the one that it creates and also use a user access to the database.
Does anyone have any reference to how I can actually alter the Meteor database?