Environment Variables
Global values that allow easy deployment between Environments.
Environment Variables


Last updated
Was this helpful?
Global values that allow easy deployment between Environments.
Environment Variables let you reuse the same values across multiple Processes, but they're also essential for CI/CD. By using them to define Environment-specific settings (like source or target systems), you can deploy new or updated Processes with a single click — no manual changes required.
Environment Variables are defined centrally in the Environment Variables section of Frends Control Panel, and can hold groups of values for different purposes. Values can be grouped together by their purpose, such as per target system or for specifically global error handling, and the values themselves can be textual, numerical, lists or secrets.

As the key feature of Environment Variables, each Environment in your Frends Tenant can receive separate values for the same variable. This makes it easy to develop and test the integrations using test values and test environments for the targeted systems. When the Process is ready, it can be deployed to production without any changes to the Process itself, because the Environment-specific values are defined separately and centrally in Environment Variables.

Last updated
Was this helpful?
Was this helpful?

