Socket
Book a DemoInstallSign in
Socket

strapi-plugin-environment-variables

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-environment-variables

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

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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

// ./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.

Keywords

strapi

FAQs

Package last updated on 21 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts