1.0.0 • Published 7 years ago
egg-rethinkdbdash v1.0.0
egg-rethinkdbdash
Egg rethinkdbdash plugin
Install
$ npm i egg-rethinkdbdash --saveUsage
// {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.
License
1.0.0
7 years ago