egg-egg-plugin-config-encryption

1.0.0 • Public • Published

egg-egg-plugin-config-encryption

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

Install

$ npm i egg-egg-plugin-config-encryption --save

Usage

// {app_root}/config/plugin.js
exports.eggPluginConfigEncryption = {
  enable: true,
  package: 'egg-egg-plugin-config-encryption',
};

Configuration

// {app_root}/config/config.default.js
exports.eggPluginConfigEncryption = {
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i egg-egg-plugin-config-encryption

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    9.45 kB

    Total Files

    7

    Last publish

    Collaborators

    • lixiang920531