11 lines
252 B
Bash
11 lines
252 B
Bash
# 环境变量配置
|
|
|
|
# 数据库配置 (PostgreSQL)
|
|
DATABASE_URL=postgresql+asyncpg://postgresql:Jchl1528@192.168.110.252:15432/hospital_performance
|
|
|
|
# JWT 配置
|
|
SECRET_KEY=test-secret-key-for-development-only-min-32-chars
|
|
|
|
# 调试模式
|
|
DEBUG=True
|