Advanced Cloud-Native #12-factor #config #backing-services #disposability #dev-prod-parity

12-Factor App Vocabulary

5 exercises — master the precise English vocabulary of the 12-Factor App methodology: environment-based config, backing services, disposability and graceful shutdown, dev/prod parity gaps, and treating logs as event streams.

0 / 5 completed
1 / 5

Factor III: Config — The 12-Factor methodology states: "Config that varies between deploy environments must be stored in environment variables, not in the codebase."

Why does 12-Factor specifically mandate environment variables rather than config files committed to the repository?