meanapp
meanapp copied to clipboard
Updated connection logic for Mongoose >= 4.11.0
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.