1.0.0 • Published 7 years ago

egg-tortoise v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

egg-tortoise

NPM version build status Test coverage David deps Known Vulnerabilities npm download

https://github.com/CompassPHS/tortoise

Install

$ npm i egg-tortoise --save

Usage

// {app_root}/config/plugin.js
exports.tortoise = {
  enable: true,
  package: 'egg-tortoise',
};

Configuration

// {app_root}/config/config.default.js
exports.tortoise = {
  client: {
        uri: 'amqp://kwok:kwok@localhost'
      },
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT