refactor: cleanup charging station events handling code
[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 10 "worker": {
60d1f5b0 11 "processType": "workerSet"
cf2a5d9b 12 },
72f041bd 13 "performanceStorage": {
6d2b7d01 14 "enabled": false,
67aee874 15 "type": "jsonfile"
72f041bd 16 },
b803eefa
JB
17 "uiServer": {
18 "enabled": false,
19 "type": "ws",
20 "authentication": {
21 "enabled": true,
22 "type": "basic-auth",
23 "username": "admin",
24 "password": "admin"
25 }
26 },
1f5df42a 27 "stationTemplateUrls": [
7dde0b73 28 {
bf1866b2 29 "file": "siemens.station-template.json",
e118beaa 30 "numberOfStations": 1
7dde0b73
JB
31 },
32 {
bf1866b2 33 "file": "keba.station-template.json",
e118beaa 34 "numberOfStations": 2
7dde0b73
JB
35 },
36 {
bf1866b2 37 "file": "abb.station-template.json",
e118beaa 38 "numberOfStations": 2
7dde0b73
JB
39 },
40 {
bf1866b2 41 "file": "evlink.station-template.json",
e118beaa 42 "numberOfStations": 4
7dde0b73
JB
43 },
44 {
bf1866b2 45 "file": "schneider.station-template.json",
e118beaa 46 "numberOfStations": 1
7dde0b73 47 }
3d48c1c1 48 ]
7dde0b73 49}