Environment Variables
Plugin for Strapi CMS, which allows you to view and copy environment variables with which the backend is running
strapi-plugin-environment-variables
Strapi Environment Variables
Plugin for Strapi CMS, which allows you to view and copy environment variables with which the backend is running.
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// ./config/plugins.ts
2export default ({ env }) => ({
3 'environment-variables': {
4 enabled: true,
5 },
6});
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
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.