-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathConfigExternalConnect.json.txt
39 lines (39 loc) · 1.08 KB
/
ConfigExternalConnect.json.txt
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
"elasticsearch": {
"1": {
"enable": true,
"format": "namespace",
"index": "processed",
"url": "http://elasticsearch:9200"
}
},
"kafka": {
"1": {
"brokers": ["kafka:9092"],
"enable": true,
"sasl": {
"enable": false,
"password": "",
"username": ""
},
"tls": {
"clientAuth": 0,
"enable": false,
"skipVerify": false
},
"topic": "upload"
}
},
"mqtt": {
"1": {
"broker": "tcp://mqtt:1883",
"enable": true,
"keepAliveInterval": 0,
"password": "",
"qos": 0,
"queueDir": "",
"queueLimit": 0,
"reconnectInterval": 0,
"topic": "processed",
"username": ""
}
},