From fb2ca57b3a10f5ad302390448cd218f44b453a4c Mon Sep 17 00:00:00 2001 From: lizw-2015 <1183409807@qq.com> Date: Thu, 24 Jul 2025 17:46:11 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 MQTT 服务器地址和 Redis 密码 - 更新 application-prod.yml 中的 MQTT 服务器地址 --- jx_test/envs/20.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jx_test/envs/20.json b/jx_test/envs/20.json index 9d3daee..fd9db5b 100644 --- a/jx_test/envs/20.json +++ b/jx_test/envs/20.json @@ -7,7 +7,7 @@ "brokerUrl": "tcp://10.10.9.58:1885", "username": "admin", "password": "admin", - "websocket": "mqtt://10.10.101.8:7885" + "websocket": "mqtt://10.10.9.58:7885" }, "mysql": { "jdbcUrl": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui", @@ -15,10 +15,10 @@ "password": "Rcs2_tw_zhanghui" }, "redis": { - "host": "180.100.199.56", + "host": "10.10.9.58", "port": 6379, "database": 0, - "password": "yxt123456" + "password": "admin123456" } } }