Apply prettier formating
[e-mobility-charging-stations-simulator.git] / docker / config.json
1 {
2 "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
3 "distributeStationsToTenantsEqually": true,
4 "workerProcess": "workerSet",
5 "workerPoolMinSize": 4,
6 "workerPoolMaxSize": 16,
7 "chargingStationsPerWorker": 1,
8 "stationTemplateUrls": [
9 {
10 "file": "siemens.station-template.json",
11 "numberOfStations": 0
12 },
13 {
14 "file": "keba.station-template.json",
15 "numberOfStations": 0
16 },
17 {
18 "file": "abb.station-template.json",
19 "numberOfStations": 0
20 },
21 {
22 "file": "evlink.station-template.json",
23 "numberOfStations": 0
24 },
25 {
26 "file": "schneider.station-template.json",
27 "numberOfStations": 0
28 },
29 {
30 "file": "virtual-simple-atg.station-template.json",
31 "numberOfStations": 10
32 }
33 ],
34 "logRotate": false,
35 "logConsole": false,
36 "logFile": "/dev/stdout",
37 "logErrorFile": "/dev/stderr",
38 "logStatisticsInterval": 60
39 }