7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
# 后端 NestJS 环境变量 — 复制为 .env 后填入真实值
|
||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/ftb_pm
|
||
# Anthropic API Key(V3.1 起 AI 拆解 Agent 必需)
|
||
# 申请:https://console.anthropic.com/
|
||
ANTHROPIC_API_KEY=sk-ant-xxx
|
||
REDIS_URL=redis://localhost:6379
|