Add support for more DB engines via TypeORM
[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 "performanceStorage": {
7 "enabled": true
8 },
9 "chargingStationsPerWorker": 1,
10 "workerProcess": "workerSet",
11 "workerPoolMinSize": 4,
12 "workerPoolMaxSize": 16,
13 "stationTemplateURLs": [
14 {
15 "file": "siemens.station-template.json",
16 "numberOfStations": 1
17 },
18 {
19 "file": "keba.station-template.json",
20 "numberOfStations": 2
21 },
22 {
23 "file": "abb.station-template.json",
24 "numberOfStations": 2
25 },
26 {
27 "file": "evlink.station-template.json",
28 "numberOfStations": 4
29 },
30 {
31 "file": "schneider.station-template.json",
32 "numberOfStations": 1
33 }
34 ],
35 "logStatisticsInterval": 0,
36 "logFile": "combined.log",
37 "logErrorFile": "error.log"
38 }