From 792d35c1c00f86634aa7a235021c4f659969f239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Mon, 21 Sep 2026 12:28:27 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=20Redis=20?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 application-paopao.yml 文件中的 Redis 连接密码 - 保持其他配置项不变 - 确保新的密码符合安全要求 --- src/main/resources/application-paopao.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-paopao.yml b/src/main/resources/application-paopao.yml index bdb9661..0234558 100644 --- a/src/main/resources/application-paopao.yml +++ b/src/main/resources/application-paopao.yml @@ -12,7 +12,7 @@ spring: database: 0 host: 1Panel-redis-5odv port: 6379 - password: redis_Sr8d87 + password: redis_WSDb88 # 日志配置 logging: