From 065e2054270de92cf4c2875a7859b404ea4a069f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <1@72wo.cn> Date: Fri, 4 Jul 2025 20:39:20 +0800 Subject: [PATCH] =?UTF-8?q?infrastructure(config):=20=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?Redis=20=E6=95=B0=E6=8D=AE=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 cool Redis 实例的地址从 "159.75.107.160:6379" --- manifest/config/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml index 50cebb9b..99292c16 100644 --- a/manifest/config/config.yaml +++ b/manifest/config/config.yaml @@ -46,9 +46,9 @@ database: # Redis 配置示例 redis: cool: - address: "159.75.107.160:6379" + address: "82.23.177.97:6379" db: 0 - pass: 154252 + pass: "redis_GCFsex" blazing: autoMigrate: true