generated from SAP/repository-template
-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
config-template.json
50 lines (50 loc) · 1.06 KB
/
config-template.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
{
"supervisionUrls": ["ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"],
"supervisionUrlDistribution": "round-robin",
"log": {
"file": "logs/combined.log",
"errorFile": "logs/error.log",
"maxFiles": 7,
"statisticsInterval": 0
},
"worker": {
"processType": "workerSet"
},
"performanceStorage": {
"enabled": true,
"type": "none"
},
"uiServer": {
"enabled": false,
"type": "ws",
"authentication": {
"enabled": true,
"type": "protocol-basic-auth",
"username": "admin",
"password": "admin"
}
},
"stationTemplateUrls": [
{
"file": "siemens.station-template.json",
"numberOfStations": 1
},
{
"file": "keba.station-template.json",
"numberOfStations": 2,
"provisionedNumberOfStations": 2
},
{
"file": "abb.station-template.json",
"numberOfStations": 2
},
{
"file": "evlink.station-template.json",
"numberOfStations": 4
},
{
"file": "schneider.station-template.json",
"numberOfStations": 1
}
]
}