diff --git a/config.yml b/config.yml index 55d5ed6..0693305 100644 --- a/config.yml +++ b/config.yml @@ -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"