From d7712ef70fbde03354b2e9d423757fa804e503d1 Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Fri, 26 Sep 2025 21:21:13 +0000 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E6=9B=B4=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=92=8CRedis=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E6=9C=BA=E5=9C=B0=E5=9D=80=E5=92=8C?= =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest/config/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml index d241b8993..9b7844723 100644 --- a/manifest/config/config.yaml +++ b/manifest/config/config.yaml @@ -16,10 +16,10 @@ logger: database: default: type: "pgsql" - host: "132.232.154.227" + host: "122.10.117.123" port: "5432" user: "seer" - pass: "hCnKjZRp3jnewzbS" + pass: "seer" name: "seer" debug: true timezone: "Asia/Shanghai" @@ -50,7 +50,7 @@ database: # Redis 配置示例 redis: cool: - address: "132.232.154.227:6379" + address: "122.10.117.123:6379" db: 0 pass: "redis_3zXPwf"