build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
CommitLineData
7dde0b73 1{
e7aeea18 2 "supervisionUrls": ["ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"],
007ee642 3 "supervisionUrlDistribution": "round-robin",
3d48c1c1
JB
4 "log": {
5 "file": "logs/combined.log",
6 "errorFile": "logs/error.log",
7 "maxFiles": 7,
8 "statisticsInterval": 0
9 },
cf2a5d9b
JB
10 "worker": {
11 "processType": "workerSet",
12 "elementsPerWorker": 1,
13 "poolMinSize": 4,
14 "poolMaxSize": 16
15 },
72f041bd 16 "performanceStorage": {
67aee874 17 "enabled": true,
18 "type": "jsonfile"
72f041bd 19 },
b803eefa
JB
20 "uiServer": {
21 "enabled": false,
22 "type": "ws",
23 "authentication": {
24 "enabled": true,
25 "type": "basic-auth",
26 "username": "admin",
27 "password": "admin"
28 }
29 },
1f5df42a 30 "stationTemplateUrls": [
7dde0b73 31 {
bf1866b2 32 "file": "siemens.station-template.json",
e118beaa 33 "numberOfStations": 1
7dde0b73
JB
34 },
35 {
bf1866b2 36 "file": "keba.station-template.json",
e118beaa 37 "numberOfStations": 2
7dde0b73
JB
38 },
39 {
bf1866b2 40 "file": "abb.station-template.json",
e118beaa 41 "numberOfStations": 2
7dde0b73
JB
42 },
43 {
bf1866b2 44 "file": "evlink.station-template.json",
e118beaa 45 "numberOfStations": 4
7dde0b73
JB
46 },
47 {
bf1866b2 48 "file": "schneider.station-template.json",
e118beaa 49 "numberOfStations": 1
7dde0b73 50 }
3d48c1c1 51 ]
7dde0b73 52}