Dockerfile: optimization
[e-mobility-charging-stations-simulator.git] / docker / config.json
1 {
2 "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
3 "supervisionUrlDistribution": "round-robin",
4 "worker": {
5 "processType": "workerSet",
6 "elementsPerWorker": 1,
7 "poolMinSize": 4,
8 "poolMaxSize": 16
9 },
10 "uiServer": {
11 "enabled": true
12 },
13 "stationTemplateUrls": [
14 {
15 "file": "siemens.station-template.json",
16 "numberOfStations": 0
17 },
18 {
19 "file": "keba.station-template.json",
20 "numberOfStations": 0
21 },
22 {
23 "file": "abb.station-template.json",
24 "numberOfStations": 0
25 },
26 {
27 "file": "evlink.station-template.json",
28 "numberOfStations": 0
29 },
30 {
31 "file": "schneider.station-template.json",
32 "numberOfStations": 0
33 },
34 {
35 "file": "virtual-simple-atg.station-template.json",
36 "numberOfStations": 10
37 }
38 ],
39 "logRotate": false,
40 "logConsole": false,
41 "logFile": "/dev/stdout",
42 "logErrorFile": "/dev/stderr",
43 "logStatisticsInterval": 60
44 }