From f6b241528b7ff2e880ef318024a2eebffd9b0a1e Mon Sep 17 00:00:00 2001 From: qhd <1766646056@qq.com> Date: Fri, 4 Sep 2026 13:33:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(cid):=20=E6=9B=B4=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E3=80=81Redis=E3=80=81Consul=20=E5=8F=8A=20J?= =?UTF-8?q?aeger=20=E5=9C=B0=E5=9D=80=E4=B8=8E=E5=87=AD=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.yml b/config.yml index 7f1f9cf..916e5f3 100644 --- a/config.yml +++ b/config.yml @@ -13,10 +13,10 @@ rate: database: cid: - type: "pgsql" - host: "116.204.74.41" + host: "192.168.0.83" port: "15432" - user: "postgres" - pass: "Q!P@z#M$1@686^*^.." + user: "sql9f15b63fd203b36e" + pass: "1ec94b1acdaf57b66030242d418fad5a" name: "cid" role: "master" maxIdle: "5" @@ -32,10 +32,10 @@ database: # data-engine 数据库配置(用于存放 tencent_image, tencent_video 等送检表) dataEngine: - type: "pgsql" - host: "116.204.74.41" + host: "192.168.0.83" port: "15432" - user: "postgres" - pass: "Q!P@z#M$1@686^*^.." + user: "sql9f15b63fd203b36e" + pass: "1ec94b1acdaf57b66030242d418fad5a" name: "engine" role: "master" maxIdle: "5" @@ -52,7 +52,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 @@ -62,10 +62,10 @@ 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 yidun: # 回调模式开关: true=使用回调模式(需要公网地址), false=使用轮询模式