You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// var mongoose = require('mongoose').useMongoClient;
var mongoose = require('mongoose');
var Promise = require('bluebird');
mongoose.Promise = Promise;
var uri = 'mongodb://mongodb-stitch-pacman-tvjuk:[email protected]:27017,cluster0-shard-00-01-wlqon.mongodb.net:27017,cluster0-shard-00-02-wlqon.mongodb.net:27017/test?ssl=true&replicaSet=Cluster0-shard-0&authSource=admin';
var options = {promiseLibrary: Promise};
module.exports = mongoose.connect(uri, options); // connect to our database