Initial commit of content.
This commit is contained in:
6
lib/modules/apostrophe-db/index.js
Normal file
6
lib/modules/apostrophe-db/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
connect: {
|
||||
// Make a modern MongoDB connection by default for all new sites
|
||||
useUnifiedTopology: true
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user