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