Closed domarmstrong closed 9 years ago
Maybe worth noting in the docs that the url and db args are exclusive, even throw an error if both are provided. I had been using url: 'mongodb://127.0.0.1:27017', db: 'mydb' and getting admin db used, which was pretty unclear.
url: 'mongodb://127.0.0.1:27017', db: 'mydb'
admin
Maybe worth noting in the docs that the url and db args are exclusive, even throw an error if both are provided. I had been using
url: 'mongodb://127.0.0.1:27017', db: 'mydb'
and gettingadmin
db used, which was pretty unclear.