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