plugin.js 130 B

123456789
  1. 'use strict';
  2. /** @type Egg.EggPlugin */
  3. module.exports = {
  4. mongoose: {
  5. enable: true,
  6. package: 'egg-mongoose',
  7. },
  8. };