Skip to content

Environment Variables

The Environment Variables section allows you to securely store and manage sensitive configuration data for your project, such as API secrets, database credentials, or external service keys. By using environment variables, you can keep sensitive information out of your codebase while making it accessible to your application at runtime.

To access this section, navigate to Settings > Environment Variables in the left-hand sidebar menu.

alt text

The dashboard provides a simple interface to define key-value pairs that will be injected into your application’s environment.

  1. Key: Enter the name of the variable in the Key field (e.g., CLIENT_KEY, API_SECRET). It is standard practice to use uppercase letters and underscores.
  2. Value: Enter the corresponding value in the Value field. This is the actual data that will be retrieved when referencing the key.
  3. Add Another: If you need to define multiple variables at once, click the + Add Another button to generate additional input rows.
  4. Save: Click the grey Save button to persist your changes.

If you have a large list of variables, you can use the Search… bar located below the input fields to quickly filter and find specific keys.