Skip to content

Commit cbb8b12

Browse files
committed
actually remove the auth flag
1 parent a694b42 commit cbb8b12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ app.use((req, res, next) => {
4949
// Connect to MongoDB database
5050
const dbConnectionStr = dbUtils.getMongoConnectionString()
5151
mongoose.connect(dbConnectionStr, {
52-
authMechanism: 'SCRAM-SHA-1',
5352
tls: false
5453
})
5554

0 commit comments

Comments
 (0)