123456789101112131415161718192021222324 |
- group:
- #需要更改
- code: WD #标识哪个接团 比如万达使用WD
- alarm:
- #需要更改
- host: 39.102.43.179 #netty IP
- #需要更改
- port: 9986 #netty 端口8826
- #需要更改
- terminal: #边缘端IOT采集程序地址
- alarm: # 拼接后的地址为ws://host:port/suffix
- #需要更改
- compress: false #采用的是压缩方式还是不压缩方式 true-压缩 false-不压缩
- #需要更改
- host: 39.96.55.242 #39.102.54.110
- #需要更改
- port: 9984
- #需要更改
- suffix: websocket #websocker后缀
- project:
- #需要更改
- iotid: 4403070003 #iot使用项目ID,不包含PJ
- #需要更改
- id: Pj4403070003 #项目ID
|