2.2.0 • Published 3 years ago

egg-rabbit-house-mqtt-plugin v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

egg-rabbit-house-mqtt-plugin

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-rabbit-house-mqtt-plugin --save
$ yarn add egg-rabbit-house-mqtt-plugin

Usage

// {app_root}/config/plugin.js
exports.rabbitHouseMqttPlugin = {
  enable: true,
  package: 'egg-rabbit-house-mqtt-plugin',
};

Configuration

// {app_root}/config/config.default.js
exports.rabbitHouseMqttPlugin = {
  port: 1883,
  username: 'user',
  password: '123456',
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago