84148c20d9438eb34e9d65522ac8b216869df7ca
[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 "workerMaxPoolSize": 16,
9 "chargingStationsPerWorker": 1,
10 "stationTemplateURLs": [
11 {
12 "file": "./src/assets/station-templates/siemens.station-template.json",
13 "numberOfStations": 0
14 },
15 {
16 "file": "./src/assets/station-templates/keba.station-template.json",
17 "numberOfStations": 0
18 },
19 {
20 "file": "./src/assets/station-templates/abb.station-template.json",
21 "numberOfStations": 0
22 },
23 {
24 "file": "./src/assets/station-templates/evlink.station-template.json",
25 "numberOfStations": 0
26 },
27 {
28 "file": "./src/assets/station-templates/schneider.station-template.json",
29 "numberOfStations": 0
30 },
31 {
32 "file": "./src/assets/station-templates/virtual-simple-atg.station-template.json",
33 "numberOfStations": 10
34 }
35 ],
36 "logRotate": false,
37 "logConsole": false,
38 "logFile": "/dev/stdout",
39 "logErrorFile": "/dev/stderr"
40 }