Plugin for Strapi CMS, which allows you to view and copy environment variables with which the backend is running
Plugin for Strapi CMS, which allows you to view and copy environment variables with which the backend is running.
yarn add strapi-plugin-environment-variables@latest
Don't forget to restart or rebuild your Strapi app when installing a new plugin.
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
.
npm install strapi-plugin-environment-variables
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.