13 lines
467 B
Plaintext
13 lines
467 B
Plaintext
# 数据库(Docker 部署时由 docker-compose 注入,本地开发可覆盖)
|
||
# DATABASE_URL=postgresql+asyncpg://drgraph:yingping@localhost:5432/th_agenter
|
||
# 若使用 MySQL:DATABASE_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=
|