1.0.1 • Published 6 years ago

egg-health-plugin v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

egg-health-plugin

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

Install

$ npm i egg-health-plugin --save

Usage

// {app_root}/config/plugin.js
exports.healthPlugin = {
  enable: true,
  package: 'egg-health-plugin',
}

Configuration

// {app_root}/config/config.default.js
exports.healthPlugin = {
}

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT