From 917732eeee9aed973d16505a128f00426714fbf1 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Wed, 23 Jul 2025 09:43:38 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20MySQL=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E7=9A=84=E5=AF=86=E7=A0=81=E5=92=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/ppanel.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/ppanel.yaml b/etc/ppanel.yaml index 61dc3a8..c13a46c 100644 --- a/etc/ppanel.yaml +++ b/etc/ppanel.yaml @@ -27,13 +27,13 @@ Logger: MySQL: Addr: mysql_db:3306 Username: root - Password: "123456" - Dbname: ppanel_admin + Password: rootpassword + Dbname: my_database Config: charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai MaxIdleConns: 10 MaxOpenConns: 10 SlowThreshold: 1000 Redis: Host: redis_cache:6379 - Pass: "" + Pass: DB: 0