Browse Source

update MQTT configuration and increase connection timeouts

jx-test
修宁 5 months ago
parent
commit
85df99d7e6
  1. 8
      tw_zh/envs/13.json

8
tw_zh/envs/13.json

@ -4,10 +4,10 @@
"isVirtual": true, "isVirtual": true,
"envConfig": { "envConfig": {
"mqtt": { "mqtt": {
"brokerUrl": "tcp://10.10.101.8:1883", "brokerUrl": "tcp://180.100.199.56:7097",
"username": "user", "username": "galaxis",
"password": "user", "password": "Admin1234_",
"websocket": "mqtt://10.10.101.8:7883" "websocket": "mqtt://180.100.199.56:9097"
}, },
"mysql": { "mysql": {
"jdbc-url": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui", "jdbc-url": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui",

Loading…
Cancel
Save