-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproxy_config.json
50 lines (44 loc) · 1.04 KB
/
proxy_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
{
"opcServerURL":"opc.tcp://localhost:4840/freeopcua/server/",
"nodeReadPeriod_sec": 300,
"nodesUnavailAfter_sec":60,
"loggerConfig" :{
"loglevel" :"info"
},
"nodesLoader" : {
"targetIdentifier" : "browseName",
"contains":["PV","MyVar"]
},
"nodesDatabase" :{
"isInMemory":true
},
"grpcConnector" : false,
"influxConnector": false,
"kafkaConnector" : false,
"RESTConnector" : true,
"PromConnector" : true,
"gRPC" :{
"port" : 5051
},
"influx":
{
"organizationName" : "ab",
"bucketName" : ""
},
"RESTapi": {
"serverLog":true,
"port" : 8087,
"urlPrefix" : "",
"host":"*",
"enableCookieAuth" : false,
"staticFilesPath" : "./public/",
"enableStaticFiles": false,
"MJEmail": "[email protected]"
},
"prometheus":{
"variableFilter" : {
"matchRegEx" : ["^"],
"notContain": ["Req","SP"]
}
}
}