diff --git a/test/envs/1.json b/test/envs/1.json deleted file mode 100644 index ebf1760..0000000 --- a/test/envs/1.json +++ /dev/null @@ -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" - } - } -} diff --git a/test/envs/3.json b/test/envs/3.json deleted file mode 100644 index 6803895..0000000 --- a/test/envs/3.json +++ /dev/null @@ -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" - } - } -}