build(docker): switch to docker internal compose
[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 },
5b15069e
JB
10 "uiServer": {
11 "enabled": true
12 },
1f5df42a 13 "stationTemplateUrls": [
7dde0b73 14 {
acc725e1 15 "file": "siemens.station-template.json",
e118beaa 16 "numberOfStations": 0
7dde0b73
JB
17 },
18 {
acc725e1 19 "file": "keba.station-template.json",
e118beaa 20 "numberOfStations": 0
7dde0b73
JB
21 },
22 {
acc725e1 23 "file": "abb.station-template.json",
e118beaa 24 "numberOfStations": 0
7dde0b73
JB
25 },
26 {
acc725e1 27 "file": "evlink.station-template.json",
e118beaa 28 "numberOfStations": 0
7dde0b73
JB
29 },
30 {
acc725e1 31 "file": "schneider.station-template.json",
e118beaa 32 "numberOfStations": 0
7dde0b73
JB
33 },
34 {
acc725e1 35 "file": "virtual-simple-atg.station-template.json",
e118beaa 36 "numberOfStations": 10
7dde0b73
JB
37 }
38 ],
6bf6769e 39 "logRotate": false,
7ec46a9a 40 "logConsole": false,
7dde0b73 41 "logFile": "/dev/stdout",
525935a5
JB
42 "logErrorFile": "/dev/stderr",
43 "logStatisticsInterval": 60
7dde0b73 44}