Push down more tunables in charging station template.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
1 {
2 "supervisionURLs": [
3 "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
4 ],
5 "distributeStationsToTenantsEqually": true,
6 "statisticsDisplayInterval": 60,
7 "useWorkerPool": false,
8 "workerPoolSize": 16,
9 "stationTemplateURLs": [
10 {
11 "file": "./src/assets/station-templates/siemens.station-template.json",
12 "numberOfStations": 1
13 },
14 {
15 "file": "./src/assets/station-templates/keba.station-template.json",
16 "numberOfStations": 2
17 },
18 {
19 "file": "./src/assets/station-templates/abb.station-template.json",
20 "numberOfStations": 2
21 },
22 {
23 "file": "./src/assets/station-templates/evlink.station-template.json",
24 "numberOfStations": 4
25 },
26 {
27 "file": "./src/assets/station-templates/schneider.station-template.json",
28 "numberOfStations": 1
29 }
30 ],
31 "logFile": "combined.log",
32 "logErrorFile": "error.log",
33 "logConsole": false
34 }