Configuration Management
Owner: DevOps
Reviewers: Backend, Web, Mobile, Security
Status: Draft
Version: 0.1
Last Updated: 2026-09-16
Review Cycle: Per config change
Confirmed Config Files
| Area | Files |
|---|---|
| Backend | backend/.env.example, Docker Compose env, K8s .env.example files. |
| Web | web/.env.example, Docker Compose env. |
| Mobile | mobile/.env.example. |
| IoT worker | iot-worker/.env.example, Compose env. |
| Kubernetes | k8s/services-dev/.env.example, k8s/services-prod/.env.example. |
Rules
- Do not commit real secrets.
- Keep examples current when adding required env vars.
- Document operational meaning of new config in the owning module docs.
- Production values must be supplied through environment/secret management.