egg-rethinkdbdash
v1.0.0
Published
rethinkdbdash plugin
Downloads
1
Maintainers
Readme
egg-rethinkdbdash
Egg rethinkdbdash plugin
Install
$ npm i egg-rethinkdbdash --save
Usage
// {app_root}/config/plugin.js
exports.rethinkdbdash = {
enable: true,
package: 'egg-rethinkdbdash',
};
Configuration
You need to put the rethinkdbdash config inside the client object.
// {app_root}/config/config.default.js
module.exports = appInfo => {
config.rethinkdbdash = {
client: {
host: 'localhost'
}
}
};
see rethinkdbdash for more detail.
Example
Questions & Suggestions
Please open an issue here.