chore(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / docker / config.json
... / ...
CommitLineData
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 "options": {
19 "host": "::"
20 },
21 "type": "ws",
22 "authentication": {
23 "enabled": true,
24 "type": "protocol-basic-auth",
25 "username": "admin",
26 "password": "admin"
27 }
28 },
29 "stationTemplateUrls": [
30 {
31 "file": "siemens.station-template.json",
32 "numberOfStations": 0
33 },
34 {
35 "file": "keba.station-template.json",
36 "numberOfStations": 0
37 },
38 {
39 "file": "abb.station-template.json",
40 "numberOfStations": 0
41 },
42 {
43 "file": "evlink.station-template.json",
44 "numberOfStations": 0
45 },
46 {
47 "file": "schneider.station-template.json",
48 "numberOfStations": 0
49 },
50 {
51 "file": "virtual-simple-atg.station-template.json",
52 "numberOfStations": 10
53 }
54 ]
55}