Push down more tunables in charging station template.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
CommitLineData
7dde0b73
JB
1{
2 "supervisionURLs": [
3 "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
4 ],
524d9cb3 5 "distributeStationsToTenantsEqually": true,
3574dfd3 6 "statisticsDisplayInterval": 60,
7dde0b73
JB
7 "useWorkerPool": false,
8 "workerPoolSize": 16,
9 "stationTemplateURLs": [
10 {
cdd9fed5 11 "file": "./src/assets/station-templates/siemens.station-template.json",
e118beaa 12 "numberOfStations": 1
7dde0b73
JB
13 },
14 {
4adfffae 15 "file": "./src/assets/station-templates/keba.station-template.json",
e118beaa 16 "numberOfStations": 2
7dde0b73
JB
17 },
18 {
2e6f5966 19 "file": "./src/assets/station-templates/abb.station-template.json",
e118beaa 20 "numberOfStations": 2
7dde0b73
JB
21 },
22 {
2e6f5966 23 "file": "./src/assets/station-templates/evlink.station-template.json",
e118beaa 24 "numberOfStations": 4
7dde0b73
JB
25 },
26 {
2e6f5966 27 "file": "./src/assets/station-templates/schneider.station-template.json",
e118beaa 28 "numberOfStations": 1
7dde0b73
JB
29 }
30 ],
7dde0b73 31 "logFile": "combined.log",
7ec46a9a
JB
32 "logErrorFile": "error.log",
33 "logConsole": false
7dde0b73 34}