Push down more tunables in charging station template.
[e-mobility-charging-stations-simulator.git] / docker / config.json
1 {
2 "supervisionURLs": [
3 "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
4 ],
5 "distributeStationsToTenantsEqually": true,
6 "statisticsDisplayInterval": 60,
7 "useWorkerPool": false,
8 "workerPoolSize": 16,
9 "stationTemplateURLs": [
10 {
11 "file": "./src/assets/station-templates/siemens.station-template.json",
12 "numberOfStations": 0
13 },
14 {
15 "file": "./src/assets/station-templates/keba.station-template.json",
16 "numberOfStations": 0
17 },
18 {
19 "file": "./src/assets/station-templates/abb.station-template.json",
20 "numberOfStations": 0
21 },
22 {
23 "file": "./src/assets/station-templates/evlink.station-template.json",
24 "numberOfStations": 0
25 },
26 {
27 "file": "./src/assets/station-templates/schneider.station-template.json",
28 "numberOfStations": 0
29 },
30 {
31 "file": "./src/assets/station-templates/virtual-simple-atg.station-template.json",
32 "numberOfStations": 10
33 }
34 ],
35 "logRotate": false,
36 "logConsole": false,
37 "logFile": "/dev/stdout",
38 "logErrorFile": "/dev/stderr"
39 }