-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.config_app_comms.json
More file actions
69 lines (69 loc) · 1.45 KB
/
Copy path.config_app_comms.json
File metadata and controls
69 lines (69 loc) · 1.45 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"COMMUNICATION": {
"INSTANCES": {
"COMMANDCONTROL": {
"RECV_FROM": "CTRL_CHANNEL",
"SEND_TO": "CONFIG_CHANNEL"
},
"DEFAULT": {
"SEND_TO": "PAYLOADS_CHANNEL"
},
"HEARTBEATS": {
"RECV_FROM": "CONFIG_CHANNEL",
"SEND_TO": "CTRL_CHANNEL"
},
"NOTIFICATIONS": {
"SEND_TO": "NOTIF_CHANNEL"
}
},
"LOCAL_PARAMS": {
"HOST": "emqx",
"PASS": "",
"PORT": 1883,
"USER": "",
"QOS": 0,
"SECURED": 0
},
"PARAMS": {
"CONFIG_CHANNEL": {
"TOPIC": "naeural_comms_local/{}/config",
"QOS": 2
},
"CTRL_CHANNEL": {
"TOPIC": "naeural_comms_local/ctrl",
"QOS": 1
},
"HOST": "emqx",
"NOTIF_CHANNEL": {
"TOPIC": "naeural_comms_local/notif",
"QOS": 0
},
"PASS": "",
"PAYLOADS_CHANNEL": {
"TOPIC": "naeural_comms_local/payloads",
"TARGETED_TOPIC": "naeural_comms_local/{}/payloads",
"QOS": 0
},
"PORT": 1883,
"QOS": 0,
"USER": "",
"SUBTOPIC": "address",
"SECURED": 0,
"CERT_PATH": ""
},
"TYPE": "mqtt"
},
"FILE_UPLOAD": {
"CONFIG_UPLOADER": {
"ACCESS_KEY": "",
"BUCKET_NAME": "",
"ENDPOINT": "",
"SECRET_KEY": "",
"SECURE": false
},
"TYPE": "minio"
},
"PAYLOAD_TYPE": "INSTANCE",
"SECONDS_HEARTBEAT": 5,
"SERVING_IN_PROCESS": true
}