Compare commits
2 Commits
4dd88ad294
...
1ad1a9cbb1
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ad1a9cbb1 | |||
| 0395f31d24 |
@@ -1,10 +1,12 @@
|
||||
# 环境变量配置
|
||||
|
||||
# 数据库配置 (PostgreSQL)
|
||||
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/hospital_performance
|
||||
# 生产环境请修改为实际的数据库连接信息
|
||||
# 格式: postgresql+asyncpg://用户名:密码@主机:端口/数据库名
|
||||
DATABASE_URL=postgresql+asyncpg://your_user:your_password@your_host:15432/hospital_performance
|
||||
|
||||
# JWT 配置
|
||||
SECRET_KEY=your-secret-key-change-in-production-min-32-characters
|
||||
|
||||
# 调试模式
|
||||
DEBUG=True
|
||||
DEBUG=False
|
||||
|
||||
Reference in New Issue
Block a user