优化
This commit is contained in:
@@ -38,6 +38,11 @@ PARALLEL_PROCESSING=true
|
||||
# 数据库配置(服务器已部署,请填写真实地址)
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
|
||||
# 是否在应用启动时自动执行 alembic 迁移(默认 true,保持单机开发体验)。
|
||||
# 多副本/容器编排部署建议设为 false:多个实例同时启动会并发迁移,
|
||||
# 改由部署流程单点执行 alembic CLI 或 python -m shared.database.init_db
|
||||
AUTO_MIGRATE=true
|
||||
DB_NAME=moldinsight
|
||||
DB_USER=moldinsight_user
|
||||
DB_PASSWORD=moldinsight_password
|
||||
|
||||
Reference in New Issue
Block a user