Environment Variables¶
Environment Variables can be used within the Channel configuration to store values that can be used across multiple Channels. This allows you to define a value once and use it in multiple places, making it easier to manage and update values across multiple Channels.
How to access¶
Click on the Account icon on the top right corner of the screen.
Select Administrative
Select Environment Variables
Adding an Environment Variable¶
Click on the Add button
Enter a Name for the Environment Variable
Select the Data Type of the Environment Variable from the drop-down list
Entert the Value of the Environment Variable
Click on the Save button
Using Environment Variables¶
To use an Environment Variable in the Channel configuration, use the following syntax: $ENV[<Name of the Environment Variable>]
.
Example: