build(deps-dev): apply updates
[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",
3d48c1c1
JB
4 "log": {
5 "file": "/dev/stdout",
6 "errorFile": "/dev/stderr",
7 "console": false,
8 "rotate": false
9 },
76d40848
JB
10 "worker": {
11 "processType": "workerSet",
12 "elementsPerWorker": 1,
13 "poolMinSize": 4,
14 "poolMaxSize": 16
15 },
5b15069e 16 "uiServer": {
329eab0e
JB
17 "enabled": true,
18 "type": "ws",
19 "authentication": {
20 "enabled": true,
21 "type": "protocol-basic-auth",
22 "username": "admin",
23 "password": "admin"
24 }
5b15069e 25 },
1f5df42a 26 "stationTemplateUrls": [
7dde0b73 27 {
acc725e1 28 "file": "siemens.station-template.json",
e118beaa 29 "numberOfStations": 0
7dde0b73
JB
30 },
31 {
acc725e1 32 "file": "keba.station-template.json",
e118beaa 33 "numberOfStations": 0
7dde0b73
JB
34 },
35 {
acc725e1 36 "file": "abb.station-template.json",
e118beaa 37 "numberOfStations": 0
7dde0b73
JB
38 },
39 {
acc725e1 40 "file": "evlink.station-template.json",
e118beaa 41 "numberOfStations": 0
7dde0b73
JB
42 },
43 {
acc725e1 44 "file": "schneider.station-template.json",
e118beaa 45 "numberOfStations": 0
7dde0b73
JB
46 },
47 {
acc725e1 48 "file": "virtual-simple-atg.station-template.json",
e118beaa 49 "numberOfStations": 10
7dde0b73 50 }
3d48c1c1 51 ]
7dde0b73 52}