-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
64 lines (64 loc) · 1.45 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
58
59
60
61
62
63
64
{
"debugMode": true,
"refreshTime": 0,
"lcms": {
"username": "USER",
"server": "http://localhost:3000/api",
"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",
"fetchAllSchemas": false,
"fetchAllVersions": false,
"ignoreTimeTopic": true,
"wrapUnions": "auto",
"clientId": "lcms",
"consume": [
{
"topic": "standard_cap",
"offset": 0
}
],
"produce": [
"standard_cap",
"system_timing",
"system_topic_access_invite",
"lcms_plots"
],
"_produce": [
"lcms_plots"
],
"fromOffset": false,
"autoRegisterDefaultSchemas": true,
"autoRegisterSchemas": false,
"schemaFolder": "./src/schemas",
"logging": {
"logToConsole": 2,
"logToFile": 1,
"logToKafka": 3,
"logFile": "log.txt"
}
},
"plotTopic": "lcms_plots",
"capTopic": "standard_cap"
},
"folder": {
"data": "data",
"images": "images"
}
}