Evironment Variables
TIBCO Cloud Integration- Flogo (PAYG) allows you to externalize the configuration of application properties using environment variables.
Using environment variables with application properties is a two-step process:
- Create one environment variable per application property.
- Set the FLOGO_APP_PROPS_ENV=auto environment variable, which directs it to fetch the values of the application properties for which you have created environment variables.
Note: App binaries that were generated from a version of
TIBCO Cloud Integration- Flogo (PAYG) older than 2.4.0 do not support application properties override using environment variables. For example, if you attempt to run an older app binary from Flogo Enterprise 2.4.0 (which supports the environment variable functionality) and override application properties in the app using environment variables, the binary runs normally but the application property override gets ignored.
This section contains the following topics:
- Using Environment Variables to Override Application Property Values
The use of environment variables to assign new values to your application properties at runtime is a handy method that you can use to test your application with multiple data sets.
Related tasks
Copyright © Cloud Software Group, Inc. All rights reserved.