ai-code-battle/cmd/acb-enrichment
jedarden a22b0b6aa3 feat(enrichment): align config with other services for K8s deployment
- Update Config struct to use individual postgres connection components (ACB_POSTGRES_HOST, ACB_POSTGRES_PORT, etc.) instead of ACB_DATABASE_URL
- Add DatabaseURL() method to build connection string from components
- This matches the pattern used by acb-index-builder and other services

Closes: bf-1ghm

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 01:44:59 -04:00
..
internal style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
config.go feat(enrichment): align config with other services for K8s deployment 2026-05-25 01:44:59 -04:00
Dockerfile feat(acb-enrichment): implement AI replay enrichment service 2026-05-04 02:22:28 -04:00
main.go feat(enrichment): align config with other services for K8s deployment 2026-05-25 01:44:59 -04:00
service.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00