2 changed files with 0 additions and 48 deletions
@ -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" |
|||
} |
|||
} |
|||
} |
|||
@ -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…
Reference in new issue