plugin.js 185 B

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