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