# Configure Environment Variables

This guide provides detailed steps to configure environment variables in the Infrastructure dashboard. Follow the instructions below to manage your environment variables effectively.


# Steps to Configure Environment Variables

  1. Navigate to the Project Dashboard and click on Infrastructure.

  2. In the Infrastructure dashboard, click Configurations.

  3. Select   Create Configuration

    Configurations Dashboard



  1. Click on the Application Component.


  2. Scroll down to the Environment Variables section.

    Tip: Organize variables by grouping them by functionality or service to keep your configurations manageable.



  3. Click Add variable

  4. Provide the following details for your variable:

    The key or identifier for your variable

    The corresponding value assigned to the variable.

    Specify where the variable applies (e.g., Development, Production).

    Note: Use meaningful names for variables to avoid confusion during deployment or troubleshooting.



  5. Use the Sensitive toggle to mark whether the variable should be included in build details.

    Note: Sensitive variables are excluded from builds to maintain security.



  6. Optionally, add more values under the same variable by clicking Add Value.


  7. To remove a configured variable, click Delete Variable.

    Adding Environment Variables
    Adding or deleting environment variables

    Tip: Regularly review your variables to ensure outdated entries don’t accumulate and cause confusion.



  1. Once your environment variables are configured click   Create

# Additional Resources