plugin.js 203 B

123456789101112
  1. 'use strict';
  2. /** @type Egg.EggPlugin */
  3. // exports.amqp = {
  4. // enable: true,
  5. // package: 'egg-naf-amqp',
  6. // };
  7. // exports.redis = {
  8. // enable: true,
  9. // package: 'egg-redis',
  10. // };