Secrets convention and .env.example per service
#5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Each service ships
.env.example. Local dev via.env.local(gitignored). Prod injected by orchestrator (Vaultwarden → compose env; later k8s secrets). Document the flow indocs/architecture/secrets.md.nnDone when: a new contributor can bring services up from.env.examplealone.