From 4ba75a83b6b8c2f06730111c38ccccdfee684b18 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 25 Jun 2025 17:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=AB=AF=E5=8F=A3=E5=8F=B7?= =?UTF-8?q?=20redis=20=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml b/config.yaml index 1ab87ed..93f8cb9 100644 --- a/config.yaml +++ b/config.yaml @@ -2,6 +2,7 @@ db_config: pool_name: "wechat_boot_pool" pool_size: 10 host: "192.168.2.41" + prot: "3306" user: "root" password: "lw123456" database: "message_archive" @@ -13,6 +14,7 @@ db_config: redis_config: host: "192.168.2.40" port: 6379 + password: "" db: 0 decode_responses: true