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.
1 parent 28a6f62 commit 0bac76aCopy full SHA for 0bac76a
src/index.js
@@ -49,6 +49,7 @@ app.use((req, res, next) => {
49
// Connect to MongoDB database
50
const dbConnectionStr = dbUtils.getMongoConnectionString()
51
mongoose.connect(dbConnectionStr, {
52
+ authMechanism: 'SCRAM-SHA-1',
53
tls: false
54
})
55
0 commit comments