mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-17 22:01:24 -04:00
feat(api-server): use unified topology (#55828)
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
||||
connectionTimeout: 10000,
|
||||
url: secrets.db,
|
||||
useNewUrlParser: true,
|
||||
useUnifiedTopology: true,
|
||||
allowExtendedOperators: true
|
||||
},
|
||||
mail: {
|
||||
|
||||
Reference in New Issue
Block a user