1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| {
| "tcp": {
| "host": "192.168.220.1",
| "port": 10000,
| "idleTimeoutMs": 1200000
| },
| "http": {
| "enabled": false,
| "host": "0.0.0.0",
| "port": 19001,
| "rateLimit": {
| "singleDeviceMs": 5000,
| "allDevicesMs": 60000
| }
| },
| "mqtt": {
| "enabled": false,
| "url": "mqtt.ihemodialysis.com",
| "port": 62283,
| "username": "data",
| "password": "data#2018",
| "defaultTopicPrefix": "touxiji",
| "retain": true
| },
| "aliyun": {
| "enabled": false,
| "baseURL": "https://things.icoldchain.cn/"
| }
| }
|
|