/
Configure Environment

Configure Environment

An environment variable is a variable whose value is set outside the program, typically through a functionality built into the system or microservice. An environment variable is made up of a key/value pair, and any number may be created and available for reference at a point in time.

Before you start

  • An app should be created.

  • A version must be associated with an app. The environment available can be varied as per the version of the app.

How it works

  1. select a created app.

  2. You will be redirected to the integration page of APP.

  3. Click on the Add Extension page.

  4. select the tab of Environment variable. You will redirect to the environment page.

  5. Click the following details by click on the ADD tab.

a. Key: Add a key name of your environment variable.

b. Value: Add a value that you need to set against the above key.

6. click on the save tab to save the environment variable.

You'll be able to edit the above value later as well. Even your app is public.

 

Reference:

 

Related content