egg-mongoose-smackgg
Version:
egg mongoose plugin
18 lines (16 loc) • 391 B
JavaScript
;
/**
* mongoose default config
* http://mongoosejs.com/docs/api.html#index_Mongoose-createConnection
* @member Config#mongoose
* @property {String} url - connect url
* @property {Object} options - options to pass to the driver and mongoose-specific
*/
exports.mongoose = {
url: '',
options: {},
plugins: [],
loadModel: true,
app: true,
agent: false,
};