You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
629 B
24 lines
629 B
{
|
|
"envId": 23,
|
|
"envName": "嘉兴测试1",
|
|
"isVirtual": true,
|
|
"envConfig": {
|
|
"mqtt": {
|
|
"brokerUrl": "tcp://10.10.9.58:1886",
|
|
"username": "admin",
|
|
"password": "admin",
|
|
"websocket": "mqtt://10.10.9.58:7886"
|
|
},
|
|
"mysql": {
|
|
"jdbcUrl": "jdbc:p6spy:mysql://10.10.9.58:3306/rcs2_tw_zhanghui",
|
|
"username": "admin",
|
|
"password": "admin123456"
|
|
},
|
|
"redis": {
|
|
"host": "10.10.9.58",
|
|
"port": 6379,
|
|
"database": 3,
|
|
"password": "admin123456"
|
|
}
|
|
}
|
|
}
|
|
|