egg-seaweed-client

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i egg-seaweed-client

Weekly Downloads

2

Version

1.1.2

License

MIT

Unpacked Size

23.3 kB

Total Files

8

Last publish

Collaborators

  • aliwalker