Make the build app self contained.
[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 "chargingStationsPerWorker": 1,
8 "workerProcess": "workerSet",
9 "workerPoolMinSize": 4,
10 "workerPoolMaxSize": 16,
11 "stationTemplateURLs": [
12 {
13 "file": "siemens.station-template.json",
14 "numberOfStations": 1
15 },
16 {
17 "file": "keba.station-template.json",
18 "numberOfStations": 2
19 },
20 {
21 "file": "abb.station-template.json",
22 "numberOfStations": 2
23 },
24 {
25 "file": "evlink.station-template.json",
26 "numberOfStations": 4
27 },
28 {
29 "file": "schneider.station-template.json",
30 "numberOfStations": 1
31 }
32 ],
33 "logFile": "combined.log",
34 "logErrorFile": "error.log",
35 "logConsole": false
36 }