Infrastructure

Configuration Management

The practice of managing application settings across environments using environment variables, config servers, or feature flag systems to avoid hardcoded values. Tools like Consul and etcd provide distributed key-value stores with change notifications. Twelve-Factor App methodology mandates strict separation of config from code, enabling the same artifact to run across development, staging, and production.

Связанные протоколы

Смотрите также