hyf-backend/.env.example

13 lines
467 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.

# 数据库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=