express-session-mongo
express-session-mongo copied to clipboard
Make use of URI
I use an uristring for connection to my MongoDB and would love to use the same string for the MongoStore.
my uristring looks like:
var uristring =
process.env.MONGOLAB_URI ||
process.env.MONGOHQ_URI ||
'mongodb://localhost/app';
Is this possible?