refactor(config): 更新数据库配置和任务处理逻辑
This commit is contained in:
@@ -28,7 +28,7 @@ database:
|
|||||||
timeMaintainDisabled: false # (可选)是否完全关闭时间更新特性,为true时CreatedAt/UpdatedAt/DeletedAt都将失效
|
timeMaintainDisabled: false # (可选)是否完全关闭时间更新特性,为true时CreatedAt/UpdatedAt/DeletedAt都将失效
|
||||||
model_gateway:
|
model_gateway:
|
||||||
- type: "pgsql"
|
- type: "pgsql"
|
||||||
host: "localhost"
|
host: "192.168.3.30"
|
||||||
port: "5432"
|
port: "5432"
|
||||||
user: "postgres"
|
user: "postgres"
|
||||||
pass: "123456"
|
pass: "123456"
|
||||||
|
|||||||
Reference in New Issue
Block a user