egg-muc-custom-context
v1.2.5
Published
egg muc egg-plugin
Downloads
13
Readme
egg-muc-custom-context
Install
$ npm i egg-muc-custom-context --save
Usage
// {app_root}/config/plugin.js
exports.mucCustomContext = {
enable: true,
package: 'egg-muc-custom-context',
};
Configuration
// {app_root}/config/config.default.js
exports.mucCustomContext = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.