Hello, I'm starting to work with Meteor and I'm having a hard time defining where the database of the same along with the access user with authentication. Searching 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 the Meteor to access a database other than the one it created, and also use a database access user.
Does anyone have any reference how I can actually change the Meteor database?