Environment Variables

Note: The information in this section is applicable for an app executable only.

Flogo allows you to externalize the configuration of app properties using environment variables.

Using environment variables with app properties is a two-step process:

    Procedure
  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.