Strapi plugin logo for Environment Variables

Environment Variables

Plugin for Strapi CMS, which allows you to view and copy environment variables with which the backend is running

thumbnail for Environment Variables

strapi-plugin-environment-variables

CI node npm

npm npm npm npm

Logo for Strapi environment variables plugin

Strapi Environment Variables

Plugin for Strapi CMS, which allows you to view and copy environment variables with which the backend is running.

Screenshot for Strapi environment variables plugin

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

1
2
3
4
5
6
// ./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.

Install now

npm install strapi-plugin-environment-variables

STATS

No GitHub star yet19 weekly downloads

Last updated

119 days ago

Strapi Version

4.17.0 and above

Author

github profile image for Yarkov Aleksei
Yarkov Aleksei

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.