Merge branch 'master' of github.com:jerome-benoit/charging-stations-simulator
[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 "type": "jsonfile"
9 },
10 "chargingStationsPerWorker": 1,
11 "workerProcess": "workerSet",
12 "workerPoolMinSize": 4,
13 "workerPoolMaxSize": 16,
14 "stationTemplateUrls": [
15 {
16 "file": "siemens.station-template.json",
17 "numberOfStations": 1
18 },
19 {
20 "file": "keba.station-template.json",
21 "numberOfStations": 2
22 },
23 {
24 "file": "abb.station-template.json",
25 "numberOfStations": 2
26 },
27 {
28 "file": "evlink.station-template.json",
29 "numberOfStations": 4
30 },
31 {
32 "file": "schneider.station-template.json",
33 "numberOfStations": 1
34 }
35 ],
36 "logStatisticsInterval": 0,
37 "logFile": "combined.log",
38 "logErrorFile": "error.log"
39 }