部署另外一台服务器

This commit is contained in:
2025-07-24 02:30:51 +08:00
parent 9f3295f372
commit bdea47eaa4
2 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@ spring:
password: jdj7HYEdYHnYEFBy password: jdj7HYEdYHnYEFBy
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
redis:
database: 0
host: 8.134.169.209
port: 16379
password: redis_WSDb88
# 日志配置 # 日志配置
logging: logging:

View File

@@ -49,9 +49,9 @@ spring:
max-request-size: 500MB max-request-size: 500MB
redis: redis:
database: 0 database: 0
host: 127.0.0.1 host: 1Panel-redis-Q1LE
port: 6379 port: 6379
password: password: redis_WSDb88
# 邮件服务器配置 # 邮件服务器配置
mail: mail: