hyf-backend/.env.example

13 lines
467 B
Plaintext
Raw Normal View History

# 数据库Docker 部署时由 docker-compose 注入,本地开发可覆盖)
# DATABASE_URL=postgresql+asyncpg://drgraph:yingping@localhost:5432/th_agenter
# 若使用 MySQLDATABASE_URL=mysql+aiomysql://user:pass@localhost:3306/dbname?charset=utf8mb4
# JWT 密钥(生产环境务必修改)
# SECRET_KEY=your-secret-key-here-change-in-production
# 大模型 API按需配置
# OPENAI_API_KEY=
# DEEPSEEK_API_KEY=
# DOUBAO_API_KEY=
# ZHIPU_API_KEY=