fix: 修改 MySQL 配置中的密码和数据库名

This commit is contained in:
shanshanzhong 2025-07-23 09:43:38 -07:00
parent f0fbd9d208
commit 917732eeee

View File

@ -27,13 +27,13 @@ Logger:
MySQL: MySQL:
Addr: mysql_db:3306 Addr: mysql_db:3306
Username: root Username: root
Password: "123456" Password: rootpassword
Dbname: ppanel_admin Dbname: my_database
Config: charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai Config: charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
MaxIdleConns: 10 MaxIdleConns: 10
MaxOpenConns: 10 MaxOpenConns: 10
SlowThreshold: 1000 SlowThreshold: 1000
Redis: Redis:
Host: redis_cache:6379 Host: redis_cache:6379
Pass: "" Pass:
DB: 0 DB: 0