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:

  1. Create one environment variable per app property.
  2. 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: