We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86bc23c + 9926478 commit de5fd78Copy full SHA for de5fd78
server/server.js
@@ -79,7 +79,7 @@ app.use(session({
79
secure: false,
80
},
81
store: new MongoStore({
82
- url: mongoConnectionString,
+ mongooseConnection: mongoose.connection,
83
autoReconnect: true
84
})
85
}));
0 commit comments