Key points
- Grouped by owning service so you can see what one component actually needs.
- Required values are the ones a deployment cannot start without.
- Security notes call out the values that must be rotated together or must never be reused across environments.
How it works
Bootstrap values are deliberately not the long-term source of truth. Once GitOps is loaded, most product settings move to configuration files under setting/system/.
Implementation evidence
config/config.goConfig struct with yaml and env tags.
docker-compose.yamlLocal defaults and required-value enforcement.

