Update default configuration file for docker
[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 "stationTemplateUrls": [
11 {
12 "file": "siemens.station-template.json",
13 "numberOfStations": 0
14 },
15 {
16 "file": "keba.station-template.json",
17 "numberOfStations": 0
18 },
19 {
20 "file": "abb.station-template.json",
21 "numberOfStations": 0
22 },
23 {
24 "file": "evlink.station-template.json",
25 "numberOfStations": 0
26 },
27 {
28 "file": "schneider.station-template.json",
29 "numberOfStations": 0
30 },
31 {
32 "file": "virtual-simple-atg.station-template.json",
33 "numberOfStations": 10
34 }
35 ],
36 "logRotate": false,
37 "logConsole": false,
38 "logFile": "/dev/stdout",
39 "logErrorFile": "/dev/stderr",
40 "logStatisticsInterval": 60
41 }