refactor: align set information namespace
[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",
cf2a5d9b
JB
4 "worker": {
5 "processType": "workerSet",
6 "elementsPerWorker": 1,
7 "poolMinSize": 4,
8 "poolMaxSize": 16
9 },
72f041bd 10 "performanceStorage": {
67aee874 11 "enabled": true,
12 "type": "jsonfile"
72f041bd 13 },
b803eefa
JB
14 "uiServer": {
15 "enabled": false,
16 "type": "ws",
17 "authentication": {
18 "enabled": true,
19 "type": "basic-auth",
20 "username": "admin",
21 "password": "admin"
22 }
23 },
1f5df42a 24 "stationTemplateUrls": [
7dde0b73 25 {
bf1866b2 26 "file": "siemens.station-template.json",
e118beaa 27 "numberOfStations": 1
7dde0b73
JB
28 },
29 {
bf1866b2 30 "file": "keba.station-template.json",
e118beaa 31 "numberOfStations": 2
7dde0b73
JB
32 },
33 {
bf1866b2 34 "file": "abb.station-template.json",
e118beaa 35 "numberOfStations": 2
7dde0b73
JB
36 },
37 {
bf1866b2 38 "file": "evlink.station-template.json",
e118beaa 39 "numberOfStations": 4
7dde0b73
JB
40 },
41 {
bf1866b2 42 "file": "schneider.station-template.json",
e118beaa 43 "numberOfStations": 1
7dde0b73
JB
44 }
45 ],
72f041bd 46 "logStatisticsInterval": 0,
d42ee3c9 47 "logMaxFiles": 7,
7dde0b73 48 "logFile": "combined.log",
c27c3eee 49 "logErrorFile": "error.log"
7dde0b73 50}