Browse Source

嘉兴测试

jx-test
yuliang 5 months ago
parent
commit
f11fe5c99b
  1. 9
      tw_zh/envs/10.json

9
tw_zh/envs/10.json

@ -4,21 +4,20 @@
"isVirtual": false, "isVirtual": false,
"envConfig": { "envConfig": {
"mqtt": { "mqtt": {
"brokerUrl": "tcp://10.10.101.8:1885", "brokerUrl": "tcp://10.10.8.31:1885",
"username": "admin", "username": "admin",
"password": "admin", "password": "admin",
"websocket": "mqtt://10.10.101.8:9001" "websocket": "mqtt://10.10.101.8:9001"
}, },
"mysql": { "mysql": {
"jdbcUrl": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui", "jdbcUrl": "jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui",
"username": "rcs2_tw_zhanghui", "username": "rcs2_tw_zhanghui",
"password": "Rcs2_tw_zhanghui" "password": "Rcs2_tw_zhanghui"
}, },
"redis": { "redis": {
"host": "180.100.199.56", "host": "127.0.0.1",
"port": 6379, "port": 6379,
"database": 0, "database": 0
"password": "yxt123456"
} }
} }
} }

Loading…
Cancel
Save