1.1.2 • Published 5 years ago

egg-seaweed-client v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

egg-seaweed-client

Install

$ npm i egg-seaweed-client --save

Usage

// {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.

License

MIT