51c985d6960915a7a1475a9f06c453885d1744bf
[e-mobility-charging-stations-simulator.git] / docker / config.json
1 {
2 "supervisionURLs": [
3 "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
4 ],
5 "distributeStationsToTenantsEqually": true,
6 "workerProcess": "workerSet",
7 "workerPoolMinSize": 4,
8 "workerPoolMaxSize": 16,
9 "chargingStationsPerWorker": 1,
10 "stationTemplateURLs": [
11 {
12 "file": "siemens.station-template.json",
13 "numberOfStations": 0
14 },
15 {
16 "file": "keba.station-template.json",
17 "numberOfStations": 0
18 },
19 {
20 "file": "abb.station-template.json",
21 "numberOfStations": 0
22 },
23 {
24 "file": "evlink.station-template.json",
25 "numberOfStations": 0
26 },
27 {
28 "file": "schneider.station-template.json",
29 "numberOfStations": 0
30 },
31 {
32 "file": "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 "logStatisticsInterval": 60
41 }