meanapp icon indicating copy to clipboard operation
meanapp copied to clipboard

Updated connection logic for Mongoose >= 4.11.0

Open shmulim opened this issue 8 years ago • 0 comments

Mongoose's default connection logic is deprecated as of 4.11.0. The useMongoClient option must be set if using connect(). See http://mongoosejs.com/docs/connections.html#use-mongo-client.

shmulim avatar Oct 10 '17 01:10 shmulim