1.1.0 • Published 3 months ago

strapi-plugin-environment-variables v1.1.0

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

strapi-plugin-environment-variables

CI node npm

npm npm npm npm

Get Started

✨ Features

  • Adds a page where you can view all the environment variables that are available on the system.
  • Any variable and its value can be copied by pressing one button.
  • Ability to display a page depending on role permissions.

💎 Installation

yarn add strapi-plugin-environment-variables@latest

Don't forget to restart or rebuild your Strapi app when installing a new plugin.

🔧 Configuration

// ./config/plugins.ts
export default ({ env }) => ({
  'environment-variables': {
    enabled: true,
  },
});

Finally, don't forget to enable your plugin in your app by adding it to config/plugins.ts.