App Configuration Management

Flogo allows you to externalize app configuration using app properties so that you can run the same app binary in different environments without modifying your app. It integrates with configuration management systems such as Consul and AWS Systems Manager Parameter Store to get the values of app properties at runtime.

You can switch between configuration management systems without modifying your app. You can do this by running the command to set the configuration-management-system-specific environment variable from the command line. Since the environment variables are set for the specific configuration management system, at runtime, the app connects to that specific configuration management system to pull the values for the app properties.