Files
ftb-project-management/apps/server/.env.example
2026-06-25 15:21:32 +08:00

7 lines
294 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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