fix(security): 移除.env.example中的真实API Key

将DashScope真实密钥替换为占位符,注意git历史中仍有泄露
This commit is contained in:
2026-04-18 01:46:07 +08:00
parent 5a322e93a0
commit a247df34a5

View File

@@ -1,5 +1,5 @@
# DashScope API Key (阿里云 Qwen)
DASHSCOPE_API_KEY=sk-37e148fafdfb425f8cc1cfa4efcbc9e1
DASHSCOPE_API_KEY=sk-your-dashscope-key-here
# OpenAI API Key
OPENAI_API_KEY=sk-your-openai-key-here