minimeteor
minimeteor copied to clipboard
connect to built in mongo
I want to use the built in mongo db that comes with meteor. I tried passing MONGO_URL as
mongodb://localhost:3001/meteor
and mongodb://localhost:3002/meteor
but neither worked. What should be the url?