egg-datahub
v4.2.0
Published
Macaca DataHub plugin for Egg.js
Downloads
10
Readme
egg-datahub
Macaca DataHub plugin for Egg.js
Installation
$ npm i egg-datahub --save-dev
Configuration
config/plugin.js
exports.datahub = {
enable: true,
package: 'egg-datahub'
};
config.unittest.js (default config)
exports.datahub = {
port: 9200,
hostname: 'localhost'
};
Example
Contributors
|zivyangll|xudafeng|zhangyuheng|fengmk2| | :---: | :---: | :---: | :---: |
This project follows the git-contributor spec, auto updated at Tue Jun 11 2019 09:21:41 GMT+0800
.
License
The MIT License (MIT)