11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
# 环境变量配置
|
|
|
|
# 数据库配置 (PostgreSQL)
|
|
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/hospital_performance
|
|
|
|
# JWT 配置
|
|
SECRET_KEY=your-secret-key-change-in-production-min-32-characters
|
|
|
|
# 调试模式
|
|
DEBUG=True
|