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.
23 lines
617 B
23 lines
617 B
{
|
|
"envId": 10,
|
|
"envName": "台湾展会物理环境",
|
|
"isVirtual": false,
|
|
"envConfig": {
|
|
"mqtt": {
|
|
"brokerUrl": "tcp://10.10.8.31:1885",
|
|
"username": "admin",
|
|
"password": "admin",
|
|
"websocket": "mqtt://10.10.101.8:9001"
|
|
},
|
|
"mysql": {
|
|
"jdbcUrl": "jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui",
|
|
"username": "rcs2_tw_zhanghui",
|
|
"password": "Rcs2_tw_zhanghui"
|
|
},
|
|
"redis": {
|
|
"host": "127.0.0.1",
|
|
"port": 6379,
|
|
"database": 0
|
|
}
|
|
}
|
|
}
|
|
|