From 044958a9a5e030c702834f5a8d45c8c3c4b9b250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 22 Jun 2026 10:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.yml b/config.yml index b341778..db91e1c 100644 --- a/config.yml +++ b/config.yml @@ -13,7 +13,7 @@ cache: database: default: - type: "pgsql" - host: "116.204.74.41" + host: "192.168.0.83" port: "15432" user: "postgres" pass: "Bjang09@686^*^" @@ -33,7 +33,7 @@ database: deletedAt: "deleted_at" # (可选)软删除时间字段名称 timeMaintainDisabled: false # (可选)是否完全关闭时间更新特性,为true时CreatedAt/UpdatedAt/DeletedAt都将失效 - type: "pgsql" - host: "116.204.74.41" + host: "192.168.0.83" port: "15432" user: "postgres" pass: "Bjang09@686^*^" @@ -77,7 +77,7 @@ database: redis: # 集群模式配置方法 default: - address: 116.204.74.41:6379 + address: 192.168.0.83:6379 db: 0 idleTimeout: "60s" #连接最大空闲时间,使用时间字符串例如30s/1m/1d maxConnLifetime: "90s" #连接最长存活时间,使用时间字符串例如30s/1m/1d @@ -87,14 +87,14 @@ redis: writeTimeout: "30s" #TCP的Write操作超时时间,使用时间字符串例如30s/1m/1d maxActive: 100 consul: - address: 116.204.74.41:8500 + address: 192.168.0.83:8500 # pass: jiahui8888 jaeger: #链路追踪 - addr: 116.204.74.41:4318 + addr: 192.168.0.83:4318 # MinIO 连接配置 minio: - endpoint: "116.204.74.41:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 + endpoint: "192.168.0.83:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 accessKey: "admin" # 访问密钥(本地默认) secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认) secure: false # 本地 MinIO 关闭 SSL(生产按需改为 true)