UNPKG

taboo-cms

Version:
19 lines (18 loc) 516 B
module.exports = { connections: { // This is just example as db adapters should be implemented on app side. // mongodb: { // adapter: AdpaterClass, //each connection must implement it's own connect and setupModel methods // host: 'localhost', // port: '27017', // database: 'taboo-cms', // user: '', // password: '', // options: { // useNewUrlParser: true, // useCreateIndex: true, // useFindAndModify: false, // }, // }, }, };