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