Environment Variables
Flogo Enterprise allows you to externalize the configuration of app properties using environment variables.
Using environment variables with app properties is a two-step process:
- Procedure
- 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
Flogo Enterprise 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
Flogo Enterprise 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.
Subtopics