# 数据库 DATABASE_URL=postgresql://postgres:postgres@localhost:5432/ftb_pm # 认证 NEXTAUTH_SECRET=change-me-to-random-secret NEXTAUTH_URL=http://localhost:3000 # AI ANTHROPIC_API_KEY=sk-ant-xxx # Redis REDIS_URL=redis://localhost:6379 # 邮件通知(可选) SMTP_HOST=smtp.example.com SMTP_PORT=465 SMTP_USER=noreply@example.com SMTP_PASS=your-smtp-password