Skip to content

Commit

Permalink
default authSource db should be
Browse files Browse the repository at this point in the history
  • Loading branch information
vkiller committed Jul 12, 2020
1 parent d33bbb3 commit c627006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -115,7 +115,7 @@ app.use(session({
// Advanced usage
app.use(session({
store: new MongoStore({
url: 'mongodb://user12345:foobar@localhost/test-app?authSource=admins&w=1',
url: 'mongodb://user12345:foobar@localhost/test-app?authSource=admin&w=1',
mongoOptions: advancedOptions // See below for details
})
}));
Expand Down

0 comments on commit c627006

Please sign in to comment.