0946258fc1b483a4adedfa4b98d70484eae7f703
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
1 {
2 "supervisionUrls": ["ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"],
3 "supervisionUrlDistribution": "round-robin",
4 "log": {
5 "file": "logs/combined.log",
6 "errorFile": "logs/error.log",
7 "maxFiles": 7,
8 "statisticsInterval": 0
9 },
10 "worker": {
11 "processType": "workerSet"
12 },
13 "performanceStorage": {
14 "enabled": true,
15 "type": "none"
16 },
17 "uiServer": {
18 "enabled": false,
19 "type": "ws",
20 "authentication": {
21 "enabled": true,
22 "type": "protocol-basic-auth",
23 "username": "admin",
24 "password": "admin"
25 }
26 },
27 "stationTemplateUrls": [
28 {
29 "file": "siemens.station-template.json",
30 "numberOfStations": 1
31 },
32 {
33 "file": "keba.station-template.json",
34 "numberOfStations": 2
35 },
36 {
37 "file": "abb.station-template.json",
38 "numberOfStations": 2
39 },
40 {
41 "file": "evlink.station-template.json",
42 "numberOfStations": 4
43 },
44 {
45 "file": "schneider.station-template.json",
46 "numberOfStations": 1
47 }
48 ]
49 }