-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
57 lines (57 loc) · 1.8 KB
/
config.json
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
{
"debugMode": true,
"refreshTime": 0,
"lcms": {
"username": "USER",
"serverUrl": "https://oefen-veiligheidsregio.lcms.nl/lcms",
"consumeDisciplines": ["SITUATIEBEELD"]
},
"testbed": {
"sslOptions": {
"pfx": "certs/other-tool-1-client.p12",
"pfx": "certs/LCMS.p12",
"passphrase": "changeit",
"ca": "certs/test-ca.pem",
"rejectUnauthorized": true
}
},
"kafka": {
"testbedOptions": {
"kafkaHost": "driver-testbed.eu:3501",
"schemaRegistry": "http://driver-testbed.eu:3502",
"kafkaHost": "localhost:3501",
"schemaRegistry": "http://localhost:3502",
"kafkaHost": "tb5.driver-testbed.eu:3551",
"schemaRegistry": "http://tb5.driver-testbed.eu:3552",
"kafkaHost": "tb4.driver-testbed.eu:3541",
"schemaRegistry": "http://tb4.driver-testbed.eu:3542",
"kafkaHost": "driver-testbed.eu:3541",
"schemaRegistry": "http://driver-testbed.eu:3542",
"kafkaHost": "driver-testbed.eu:3551",
"schemaRegistry": "http://driver-testbed.eu:3552",
"fetchAllSchemas": false,
"fetchAllVersions": false,
"ignoreTimeTopic": true,
"wrapUnions": "auto",
"clientId": "lcms",
"consume": [{"topic": "standard_cap", "offset": 164} ],
"consume": [{"topic": "standard_cap", "offset": 0}, {"topic": "flood_actual", "offset": 0}, {"topic": "flood_prediction_geojson", "offset": 0} ],
"produce": ["lcms_plots", "standard_cap"],
"fromOffset": false,
"autoRegisterSchemas": false,
"schemaFolder": "./schemas",
"logging": {
"logToConsole": 2,
"logToFile": 1,
"logToKafka": 3,
"logFile": "log.txt"
}
},
"logTopic": "lcms_plots",
"capTopic": "standard_cap"
},
"folder": {
"data": "data",
"images": "images"
}
}