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