diff --git a/backend/.env.example b/backend/.env.example index 0773c7e..305fa83 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,10 +1,11 @@ # 环境变量配置 # 数据库配置 (PostgreSQL) -DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/hospital_performance +# 生产环境请修改为实际的数据库连接信息 +DATABASE_URL=postgresql+asyncpg://postgresql:Jchl1528@192.168.110.252:15432/hospital_performance # JWT 配置 SECRET_KEY=your-secret-key-change-in-production-min-32-characters # 调试模式 -DEBUG=True +DEBUG=False