Browse Source

test envs delete

master
修宁 5 months ago
parent
commit
3dbd99c32d
  1. 24
      test/envs/1.json
  2. 24
      test/envs/3.json

24
test/envs/1.json

@ -1,24 +0,0 @@
{
"envId": 1,
"envName": "物理环境",
"isVirtual": false,
"envConfig": {
"mqtt": {
"brokerUrl": "tcp://10.10.101.8:1885",
"username": "admin",
"password": "admin",
"websocket": "mqtt://10.10.101.8:9001"
},
"mysql": {
"jdbcUrl": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui",
"username": "rcs2_tw_zhanghui",
"password": "Rcs2_tw_zhanghui"
},
"redis": {
"host": "180.100.199.56",
"port": 6379,
"database": 0,
"password": "yxt123456"
}
}
}

24
test/envs/3.json

@ -1,24 +0,0 @@
{
"envId": 3,
"envName": "虚拟1",
"isVirtual": true,
"envConfig": {
"mqtt": {
"brokerUrl": "tcp://127.0.0.1:1883",
"username": "user",
"password": "user",
"websocket": "mqtt://127.0.0.1:7883"
},
"mysql": {
"jdbc-url": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui",
"username": "rcs2_tw_zhanghui",
"password": "Rcs2_tw_zhanghui"
},
"redis": {
"host": "180.100.199.56",
"port": 6379,
"database": 0,
"password": "yxt123456"
}
}
}
Loading…
Cancel
Save