Skip to content

Commit 0bac76a

Browse files
committed
Quick fix
1 parent 28a6f62 commit 0bac76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

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

0 commit comments

Comments
 (0)