docs(config): add .env.example the README runbook references
CI / Lint / Test / Vet (push) Successful in 6s
CI / Build & Import (push) Failing after 1s
CI / Mirror to GitHub (push) Has been skipped

Worker F's README told users to 'cp .env.example .env' but a blanket .env.*
gitignore rule silently dropped it. Un-ignore .env.example (real .env stays
ignored) and generate the template from internal/config: every TAPIR_* var,
which command needs it, accurate defaults, op/port-forward notes for demo time.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-02 22:03:17 +02:00
co-authored by Claude Opus 4.8
parent a38002df80
commit f6539dc88f
2 changed files with 49 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@
# Local env / editor
.env
.env.*
!.env.example
*.local