generated from SAP/repository-template
-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathconfig.json
55 lines (55 loc) · 1.15 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
{
"supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
"supervisionUrlDistribution": "round-robin",
"log": {
"file": "/dev/stdout",
"errorFile": "/dev/stderr",
"console": false,
"rotate": false
},
"worker": {
"processType": "workerSet",
"elementsPerWorker": 1,
"poolMinSize": 4,
"poolMaxSize": 16
},
"uiServer": {
"enabled": true,
"options": {
"host": "::"
},
"type": "ws",
"authentication": {
"enabled": true,
"type": "protocol-basic-auth",
"username": "admin",
"password": "admin"
}
},
"stationTemplateUrls": [
{
"file": "siemens.station-template.json",
"numberOfStations": 0
},
{
"file": "keba.station-template.json",
"numberOfStations": 0
},
{
"file": "abb.station-template.json",
"numberOfStations": 0
},
{
"file": "evlink.station-template.json",
"numberOfStations": 0
},
{
"file": "schneider.station-template.json",
"numberOfStations": 0
},
{
"file": "virtual-simple-atg.station-template.json",
"numberOfStations": 10
}
]
}