1.1.2 • Published 6 years ago

egg-aliyun-eci v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

egg-aliyun-eci

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

Install

$ npm i egg-aliyun-eci --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.aliyunEci = {
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT