refactor(config): 更新数据库配置和任务处理逻辑

This commit is contained in:
2026-06-18 14:48:42 +08:00
parent ecaaa5bdbc
commit dc06d1bb9a
2 changed files with 8 additions and 71 deletions

View File

@@ -28,10 +28,10 @@ database:
timeMaintainDisabled: false # (可选)是否完全关闭时间更新特性为true时CreatedAt/UpdatedAt/DeletedAt都将失效
model_gateway:
- type: "pgsql"
host: "116.204.74.41"
port: "15432"
host: "192.168.3.30"
port: "5432"
user: "postgres"
pass: "Bjang09@686^*^"
pass: "123456"
name: "model-gateway"
prefix: ""
role: "master"