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