build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / docker / config.json
1 {
2 "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"],
3 "supervisionUrlDistribution": "round-robin",
4 "log": {
5 "file": "/dev/stdout",
6 "errorFile": "/dev/stderr",
7 "console": false,
8 "rotate": false
9 },
10 "worker": {
11 "processType": "workerSet",
12 "elementsPerWorker": 1,
13 "poolMinSize": 4,
14 "poolMaxSize": 16
15 },
16 "uiServer": {
17 "enabled": true,
18 "type": "ws",
19 "authentication": {
20 "enabled": true,
21 "type": "protocol-basic-auth",
22 "username": "admin",
23 "password": "admin"
24 }
25 },
26 "stationTemplateUrls": [
27 {
28 "file": "siemens.station-template.json",
29 "numberOfStations": 0
30 },
31 {
32 "file": "keba.station-template.json",
33 "numberOfStations": 0
34 },
35 {
36 "file": "abb.station-template.json",
37 "numberOfStations": 0
38 },
39 {
40 "file": "evlink.station-template.json",
41 "numberOfStations": 0
42 },
43 {
44 "file": "schneider.station-template.json",
45 "numberOfStations": 0
46 },
47 {
48 "file": "virtual-simple-atg.station-template.json",
49 "numberOfStations": 10
50 }
51 ]
52 }