Cleanups.
[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 "chargingStationsPerWorker": 1,
10 "stationTemplateURLs": [
11 {
12 "file": "./src/assets/station-templates/siemens.station-template.json",
13 "numberOfStations": 1
14 },
15 {
16 "file": "./src/assets/station-templates/keba.station-template.json",
17 "numberOfStations": 2
18 },
19 {
20 "file": "./src/assets/station-templates/abb.station-template.json",
21 "numberOfStations": 2
22 },
23 {
24 "file": "./src/assets/station-templates/evlink.station-template.json",
25 "numberOfStations": 4
26 },
27 {
28 "file": "./src/assets/station-templates/schneider.station-template.json",
29 "numberOfStations": 1
30 }
31 ],
32 "logFile": "combined.log",
33 "logErrorFile": "error.log",
34 "logConsole": false
35 }