mirror of
https://github.com/LerianStudio/ring
synced 2026-04-21 21:47:49 +00:00
Align all Go standards with the boilerplate canonical naming: - DB_HOST → POSTGRES_HOST (and all DB_* variants) - DB_REPLICA_* → POSTGRES_REPLICA_* - DB_MAX_OPEN_CONNS → POSTGRES_MAX_OPEN_CONNS - PrimaryDBHost → PrimaryHost (Go field names) - ReplicaDBHost → ReplicaHost (Go field names) Files updated: bootstrap.md, core.md, multi-tenant.md, quality.md, testing-unit.md, dev-service-discovery/SKILL.md, opencode/golang.md, code-example-standards.md MongoDB (MONGO_*) and Midaz multi-module (DB_ONBOARDING_*) patterns are unchanged — only generic DB_* was renamed to POSTGRES_*. |
||
|---|---|---|
| .. | ||
| devops.md | ||
| frontend.md | ||
| golang.md | ||
| sre.md | ||
| typescript.md | ||