Files

7 lines
137 B
JavaScript
Raw Permalink Normal View History

2021-01-13 11:25:45 -08:00
module.exports = {
connect: {
// Make a modern MongoDB connection by default for all new sites
useUnifiedTopology: true
}
};