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