7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
|
|
module.exports = {
|
||
|
|
connect: {
|
||
|
|
// Make a modern MongoDB connection by default for all new sites
|
||
|
|
useUnifiedTopology: true
|
||
|
|
}
|
||
|
|
};
|