51def2914a4144ecd8e3da819aceecd7c2be0d0e
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
1 {
2 "supervisionUrls": ["ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"],
3 "supervisionUrlDistribution": "round-robin",
4 "worker": {
5 "processType": "workerSet",
6 "elementsPerWorker": 1,
7 "poolMinSize": 4,
8 "poolMaxSize": 16
9 },
10 "performanceStorage": {
11 "enabled": true,
12 "type": "jsonfile"
13 },
14 "stationTemplateUrls": [
15 {
16 "file": "siemens.station-template.json",
17 "numberOfStations": 1
18 },
19 {
20 "file": "keba.station-template.json",
21 "numberOfStations": 2
22 },
23 {
24 "file": "abb.station-template.json",
25 "numberOfStations": 2
26 },
27 {
28 "file": "evlink.station-template.json",
29 "numberOfStations": 4
30 },
31 {
32 "file": "schneider.station-template.json",
33 "numberOfStations": 1
34 }
35 ],
36 "logStatisticsInterval": 0,
37 "logFile": "combined.log",
38 "logErrorFile": "error.log"
39 }