Improve vscode debug setup.
[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,
418106c8 7 "chargingStationsPerWorker": 1,
a4624c96
JB
8 "workerProcess": "workerSet",
9 "workerPoolMinSize": 4,
4fa59b8a 10 "workerPoolMaxSize": 16,
7dde0b73
JB
11 "stationTemplateURLs": [
12 {
cdd9fed5 13 "file": "./src/assets/station-templates/siemens.station-template.json",
e118beaa 14 "numberOfStations": 1
7dde0b73
JB
15 },
16 {
4adfffae 17 "file": "./src/assets/station-templates/keba.station-template.json",
e118beaa 18 "numberOfStations": 2
7dde0b73
JB
19 },
20 {
2e6f5966 21 "file": "./src/assets/station-templates/abb.station-template.json",
e118beaa 22 "numberOfStations": 2
7dde0b73
JB
23 },
24 {
2e6f5966 25 "file": "./src/assets/station-templates/evlink.station-template.json",
e118beaa 26 "numberOfStations": 4
7dde0b73
JB
27 },
28 {
2e6f5966 29 "file": "./src/assets/station-templates/schneider.station-template.json",
e118beaa 30 "numberOfStations": 1
7dde0b73
JB
31 }
32 ],
7dde0b73 33 "logFile": "combined.log",
7ec46a9a
JB
34 "logErrorFile": "error.log",
35 "logConsole": false
7dde0b73 36}