Fix cloud foundry deployment
[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 },
1f5df42a 14 "stationTemplateUrls": [
7dde0b73 15 {
bf1866b2 16 "file": "siemens.station-template.json",
e118beaa 17 "numberOfStations": 1
7dde0b73
JB
18 },
19 {
bf1866b2 20 "file": "keba.station-template.json",
e118beaa 21 "numberOfStations": 2
7dde0b73
JB
22 },
23 {
bf1866b2 24 "file": "abb.station-template.json",
e118beaa 25 "numberOfStations": 2
7dde0b73
JB
26 },
27 {
bf1866b2 28 "file": "evlink.station-template.json",
e118beaa 29 "numberOfStations": 4
7dde0b73
JB
30 },
31 {
bf1866b2 32 "file": "schneider.station-template.json",
e118beaa 33 "numberOfStations": 1
7dde0b73
JB
34 }
35 ],
72f041bd 36 "logStatisticsInterval": 0,
7dde0b73 37 "logFile": "combined.log",
c27c3eee 38 "logErrorFile": "error.log"
7dde0b73 39}