1.0.0 • Published 4 years ago

egg-rc v1.0.0

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

egg-rongcloud

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

Install

$ npm i egg-rongcloud --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.rongcloud = {
   appkey: '',
   secret:"",
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT