feat(api-server): use unified topology (#55828)

This commit is contained in:
Shaun Hamilton
2024-08-13 09:07:28 +02:00
committed by GitHub
parent e121fb6e28
commit 552583df8a
3 changed files with 27 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
connectionTimeout: 10000,
url: secrets.db,
useNewUrlParser: true,
useUnifiedTopology: true,
allowExtendedOperators: true
},
mail: {