egg-tencent-cloud
v0.0.1
Published
腾讯云
Downloads
6
Readme
egg-tencent-cloud
Install
$ npm i egg-tencent-cloud --save
Usage
// {app_root}/config/plugin.js
exports.tencentCloud = {
enable: true,
package: 'egg-tencent-cloud',
};
Configuration
// {app_root}/config/config.default.js
exports.tencentCloud = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.