Go to file
zerosaturation 23e5a600ad fix(0a): replace real keys with placeholders in .env.example + harden .gitignore
- .env.example: 3 处真 key 替换为 <REPLACE_ME_*> 占位
  - L104 DIFY_API_KEY (原 app-tIfFhFwj3xnbRurK1oxxBXnA, 注释内也含)
  - L117 OPENAI_API_KEY (原 sk-proj-srKxyb... 完整 164 字符)
  - L135 OPENAI_API_KEY (原 sk-eIOujD5rUugIRIPecFi3I2rFr6...)
  - L142 DIFY_API_KEY (原 app-aHnBfMeOQp7A9dQneIFPdPaZ)
  生产真值由环境变量注入(backend/.env / docker/.env / K8s Secret);
- .gitignore: 加严真 .env 排除
  - backend/.env / backend/.env.local / backend/.env.production / *.local
  - docker/.env / docker/.env.local / docker/.env.prod / *.local
  - backend/services/*/.env
  防 0b 阶段(运维轮换)完成前有人误提交真值文件;
- 自检: grep -E 'sk-proj|sk-eIOu|app-[A-Za-z0-9]{20,}' backend/.env.example = 0 真 key
- 后续: 0b 阶段(运维真轮换)完成后, 跑 .superpowers/sdd/batch0-filter-repo-commands.md
  列出的 git filter-repo 命令清历史(用户 review 后执行)。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-24 15:23:26 +08:00
.agents/skills
.tmp feat:增加二维码验证真伪的功能 2026-07-13 11:22:56 +08:00
backend fix(0a): replace real keys with placeholders in .env.example + harden .gitignore 2026-07-24 15:23:26 +08:00
docker fix(deploy): health probe paths + starbookService deployment removal (config 4.3) 2026-07-24 14:04:41 +08:00
docs docs: add starbook-recovery implementation plan (2026-07-24) 2026-07-24 14:05:01 +08:00
frontend fix:补齐appBUG 2026-07-22 16:29:39 +08:00
k8s fix(k8s): livenessProbe port to healthPort + values.yaml healthPort +1000 (follow-up P2) 2026-07-24 15:14:38 +08:00
mock
scripts
.gitignore fix(0a): replace real keys with placeholders in .env.example + harden .gitignore 2026-07-24 15:23:26 +08:00
AGENTS.md
CLAUDE.md docs:新增后端bug修改文档 2026-07-21 21:14:22 +08:00
README.md

TopFans