Tag: configuration


Blogs

Configuration Isolation and Promotion: Why did the config property cross the road?

Configuration (config) should exist in the environment and not be packaged with apps. Each build of an app is a single artifact that has many deployments in different environments. A deployment in one environment must have its config isolated from others to avoid config pollution. Teams need to determine a promotion strategy for moving config between environments.