egg-xtransit
v3.0.0
Published
egg-plugin for xtransit
Downloads
4,275
Readme
egg-xtransit
Install
npm i --save egg-xtransitUsage
// {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.
License
Contributors
Made with contributors-img.
