feat: add .env.example template for production deployment
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
# 数据库配置 (PostgreSQL)
|
||||
# 生产环境请修改为实际的数据库连接信息
|
||||
DATABASE_URL=postgresql+asyncpg://postgresql:Jchl1528@192.168.110.252:15432/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
|
||||
|
||||
Reference in New Issue
Block a user