Performance statistics: add JSON file storage support.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
CommitLineData
7dde0b73
JB
1{
2 "supervisionURLs": [
3 "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
4 ],
524d9cb3 5 "distributeStationsToTenantsEqually": true,
72f041bd
JB
6 "performanceStorage": {
7 "enabled": true
8 },
418106c8 9 "chargingStationsPerWorker": 1,
a4624c96
JB
10 "workerProcess": "workerSet",
11 "workerPoolMinSize": 4,
4fa59b8a 12 "workerPoolMaxSize": 16,
7dde0b73
JB
13 "stationTemplateURLs": [
14 {
bf1866b2 15 "file": "siemens.station-template.json",
e118beaa 16 "numberOfStations": 1
7dde0b73
JB
17 },
18 {
bf1866b2 19 "file": "keba.station-template.json",
e118beaa 20 "numberOfStations": 2
7dde0b73
JB
21 },
22 {
bf1866b2 23 "file": "abb.station-template.json",
e118beaa 24 "numberOfStations": 2
7dde0b73
JB
25 },
26 {
bf1866b2 27 "file": "evlink.station-template.json",
e118beaa 28 "numberOfStations": 4
7dde0b73
JB
29 },
30 {
bf1866b2 31 "file": "schneider.station-template.json",
e118beaa 32 "numberOfStations": 1
7dde0b73
JB
33 }
34 ],
72f041bd 35 "logStatisticsInterval": 0,
7dde0b73 36 "logFile": "combined.log",
7ec46a9a
JB
37 "logErrorFile": "error.log",
38 "logConsole": false
7dde0b73 39}