Save time deploying code with Environment Variables
Rich Birks
22 May 2024
Read in <1 min
Environment Variables is a control panel that allows you to centralise and store configuration settings of individual scripts to simplify the deployment of code to multiple environments.
Benefits
- Decouple environment-specific configuration from the integration business logic to save time and complexity
- Parameterise workspaces and configure templates much more conveniently
- Store secrets securely by leveraging the password value type
- Decouple environment-specific configuration from the integration business logic to save time and complexity
- Parameterise workspaces and configure templates much more conveniently
- Store secrets securely by leveraging the password value type
Screenshot