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

This commit is contained in:
2026-06-18 14:48:42 +08:00
parent d700651483
commit 99514e9e84

View File

@@ -28,7 +28,7 @@ database:
timeMaintainDisabled: false # (可选)是否完全关闭时间更新特性为true时CreatedAt/UpdatedAt/DeletedAt都将失效
model_gateway:
- type: "pgsql"
host: "localhost"
host: "192.168.3.30"
port: "5432"
user: "postgres"
pass: "123456"