|
@@ -34,7 +34,7 @@ spring:
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
database: 0
|
|
|
- host: 121.199.62.154
|
|
|
+ host: 172.23.134.194
|
|
|
port: 6379
|
|
|
password: Titoo7ji # 密码(默认为空)
|
|
|
timeout: 2000 # 连接超时时长(毫秒)
|
|
@@ -47,7 +47,7 @@ spring:
|
|
|
shutdown-timeout: 10000 # 连接超时时长(毫秒)
|
|
|
# 消息队列配置
|
|
|
rabbitmq:
|
|
|
- host: 14.116.250.169
|
|
|
+ host: 172.23.134.194
|
|
|
port: 5672
|
|
|
username: admin
|
|
|
password: admin
|
|
@@ -56,12 +56,12 @@ spring:
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
- server-addr: 172.22.0.10:8848
|
|
|
+ server-addr: 172.23.134.194:8848
|
|
|
# 分布式锁配置
|
|
|
redisson:
|
|
|
lock:
|
|
|
server:
|
|
|
- address: 121.199.62.154:6379
|
|
|
+ address: 172.23.134.194:6379
|
|
|
type: standalone
|
|
|
password: Titoo7ji
|
|
|
database: 0
|