Commit 5650909f authored by fangxinjiang's avatar fangxinjiang

生产redis+seata调整更新-fxj

parent 1d8fb473
No related merge requests found
......@@ -28,7 +28,7 @@ seata:
enable-degrade: false # 降级开关
disable-global-transaction: false # 禁用全局事务(默认false)
grouplist:
default: 192.168.0.153:33091
default: 192.168.0.222:33091
transport:
shutdown:
wait: 3
......
......@@ -23,7 +23,7 @@ spring:
activate:
on-profile: prd
redis:
host: 192.168.0.153
host: 192.168.0.222
port: 22379
password: '@yf_2022'
## spring security 配置
......
......@@ -135,7 +135,7 @@ seata:
enable-degrade: false # 降级开关
disable-global-transaction: false # 禁用全局事务(默认false)
grouplist:
default: 192.168.0.153:33091
default: 192.168.0.222:33091
transport:
shutdown:
wait: 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment