Configuration
- Configuration is written in JSON and YAML mainly.
Static Configuration
- Configuration that is bundled with your application code
- Generally caught in testing / CI/CD
Dynamic Configuration
- Completely separate from your application code.
- ENV variables.
Prev: polling-and-streaming Next:rate-limiting