fix(config): 更新生产环境Redis主机地址
- 将Redis主机地址从110.41.139.73更改为49.232.154.205 - 确保生产环境能够正确连接到新的Redis实例 - 避免因地址错误导致的服务连接失败问题
This commit is contained in:
@@ -103,7 +103,7 @@ spring:
|
|||||||
spring:
|
spring:
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 110.41.139.73
|
host: 49.232.154.205
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
|
|||||||
Reference in New Issue
Block a user