Update default configuration file for docker
[e-mobility-charging-stations-simulator.git] / docker / config.json
CommitLineData
7dde0b73 1{
e7aeea18 2 "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
52c709ab 3 "supervisionUrlDistribution": "round-robin",
76d40848
JB
4 "worker": {
5 "processType": "workerSet",
6 "elementsPerWorker": 1,
7 "poolMinSize": 4,
8 "poolMaxSize": 16
9 },
1f5df42a 10 "stationTemplateUrls": [
7dde0b73 11 {
acc725e1 12 "file": "siemens.station-template.json",
e118beaa 13 "numberOfStations": 0
7dde0b73
JB
14 },
15 {
acc725e1 16 "file": "keba.station-template.json",
e118beaa 17 "numberOfStations": 0
7dde0b73
JB
18 },
19 {
acc725e1 20 "file": "abb.station-template.json",
e118beaa 21 "numberOfStations": 0
7dde0b73
JB
22 },
23 {
acc725e1 24 "file": "evlink.station-template.json",
e118beaa 25 "numberOfStations": 0
7dde0b73
JB
26 },
27 {
acc725e1 28 "file": "schneider.station-template.json",
e118beaa 29 "numberOfStations": 0
7dde0b73
JB
30 },
31 {
acc725e1 32 "file": "virtual-simple-atg.station-template.json",
e118beaa 33 "numberOfStations": 10
7dde0b73
JB
34 }
35 ],
6bf6769e 36 "logRotate": false,
7ec46a9a 37 "logConsole": false,
7dde0b73 38 "logFile": "/dev/stdout",
525935a5
JB
39 "logErrorFile": "/dev/stderr",
40 "logStatisticsInterval": 60
7dde0b73 41}