From ecedcc1e5b43a4700238d5b6c5b324f15cf03dca 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:21 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index a718ca6..457d915 100644 --- a/config.yml +++ b/config.yml @@ -17,7 +17,7 @@ rate: database: default: type: "pgsql" - host: "116.204.74.41" + host: "192.168.0.83" port: "15432" user: "postgres" pass: "Bjang09@686^*^" @@ -37,7 +37,7 @@ database: redis: # 集群模式配置方法 default: - address: 192.168.3.30:6379 + address: 192.168.0.83:6379 db: 0 idleTimeout: "60s" #连接最大空闲时间,使用时间字符串例如30s/1m/1d maxConnLifetime: "90s" #连接最长存活时间,使用时间字符串例如30s/1m/1d @@ -47,10 +47,10 @@ redis: writeTimeout: "30s" #TCP的Write操作超时时间,使用时间字符串例如30s/1m/1d maxActive: 100 consul: - address: 192.168.3.30:8500 + address: 192.168.0.83:8500 jaeger: - addr: 192.168.3.30:4318 + addr: 192.168.0.83:4318 # FFmpeg 配置(视频音频提取) ffmpeg: