From 6157045d45bd1b2a1220c8c2d32e2a56a5f52626 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 23:15:25 +0800 Subject: [PATCH] =?UTF-8?q?infrastructure(config):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=92=8C=20Redis=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改数据库主机地址从 82.23.177.97 到 132.232.154.227 - 更新数据库用户名、密码和数据库名称 - 更新 Redis 服务器地址和密码 --- manifest/config/config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml index 99292c160..908ecbc75 100644 --- a/manifest/config/config.yaml +++ b/manifest/config/config.yaml @@ -13,11 +13,11 @@ logger: database: default: type: "pgsql" - host: "82.23.177.97" + host: "132.232.154.227" port: "5432" - user: "blazing" - pass: "FDNtScY3PByjsnDG" - name: "blazing" + user: "seer" + pass: "hCnKjZRp3jnewzbS" + name: "seer" debug: true createdAt: "createTime" updatedAt: "updateTime" @@ -46,9 +46,9 @@ database: # Redis 配置示例 redis: cool: - address: "82.23.177.97:6379" + address: "132.232.154.227:6379" db: 0 - pass: "redis_GCFsex" + pass: "redis_3zXPwf" blazing: autoMigrate: true