express-session-mongo icon indicating copy to clipboard operation
express-session-mongo copied to clipboard

Make use of URI

Open rgruyters opened this issue 11 years ago • 0 comments

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?

rgruyters avatar Sep 04 '13 10:09 rgruyters