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:

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