feat: allow to provision number of stations by template
[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": {
a66bbcfe
JB
14 "enabled": true,
15 "type": "none"
72f041bd 16 },
b803eefa
JB
17 "uiServer": {
18 "enabled": false,
19 "type": "ws",
20 "authentication": {
21 "enabled": true,
329eab0e 22 "type": "protocol-basic-auth",
b803eefa
JB
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",
8f8f87c4
JB
34 "numberOfStations": 2,
35 "provisionedNumberOfStations": 2
7dde0b73
JB
36 },
37 {
bf1866b2 38 "file": "abb.station-template.json",
e118beaa 39 "numberOfStations": 2
7dde0b73
JB
40 },
41 {
bf1866b2 42 "file": "evlink.station-template.json",
e118beaa 43 "numberOfStations": 4
7dde0b73
JB
44 },
45 {
bf1866b2 46 "file": "schneider.station-template.json",
e118beaa 47 "numberOfStations": 1
7dde0b73 48 }
3d48c1c1 49 ]
7dde0b73 50}