config(database): 更新数据库和Redis连接配置

- 修改MySQL数据库主机地址从1Panel-mysql-XsWW到1Panel-mysql-Bqdt
- 修改Redis服务器地址从1Panel-redis-GmNr到1Panel-redis-Q1LE
- 更新Redis密码从redis_t74P8C到redis_WSDb88
This commit is contained in:
2026-02-24 16:09:34 +08:00
parent 0fb8c01140
commit 6e04ca07bb

View File

@@ -3,7 +3,7 @@
# 数据源配置
spring:
datasource:
url: jdbc:mysql://1Panel-mysql-XsWW:3306/ysb?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://1Panel-mysql-Bqdt:3306/ysb?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
username: ysb
password: 5Zf45CE2YneBfXkR
driver-class-name: com.mysql.cj.jdbc.Driver
@@ -14,9 +14,9 @@ spring:
# redis
redis:
database: 0
host: 1Panel-redis-GmNr
host: 1Panel-redis-Q1LE
port: 6379
password: redis_t74P8C
password: redis_WSDb88
# 日志配置
logging: