egg-seaweed-client
v1.1.2
Published
A plugin that provides a seaweed client.
Downloads
6
Readme
egg-seaweed-client
Install
$ npm i egg-seaweed-client --saveUsage
// {app_root}/config/plugin.js
exports.weedfs = {
enable: true,
package: 'egg-seaweed-client',
};Configuration
// {app_root}/config/config.default.js
exports.weedfs = {
client: {
server: 'localhost',
mport: 9333,
filer: 'localhost',
fport: 8888,
}
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
