egg-xtransit
v2.0.0
Published
egg-plugin for xtransit
Downloads
2,181
Readme
egg-xtransit
Install
$ npm i --save egg-xtransit
Usage
// {app_root}/config/plugin.js
exports.xtransit = {
enable: true,
package: 'egg-xtransit',
};
Configuration
// {app_root}/config/config.default.js
exports.xtransit = {
server: '<xtransit-server address>',
appId: '<your appId>',
appSecret: '<your appSecret>'
};
see config/config.default.js for more detail.
Questions & Suggestions
Please open an issue here.