Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aliwalker/egg-seaweed-client

Repository files navigation

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

About

A seaweedfs client pluggin for egg.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published