Skip to content

Commit

Permalink
fix(config): fix mongoose settings 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Oct 24, 2019
1 parent e8e648e commit 41263da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/defaults/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
user: '',
pass: '',
useCreateIndex: true,
useUnifiedTopology: true,
useNewUrlParser: true,
useFindAndModify: false,
/**
Expand Down

0 comments on commit 41263da

Please sign in to comment.