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