forked from sap-labs-france/ev-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-template.json
More file actions
38 lines (38 loc) · 860 Bytes
/
config-template.json
File metadata and controls
38 lines (38 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"supervisionURLs": [
"ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
],
"distributeStationsToTenantsEqually": true,
"performanceStorage": {
"enabled": true
},
"chargingStationsPerWorker": 1,
"workerProcess": "workerSet",
"workerPoolMinSize": 4,
"workerPoolMaxSize": 16,
"stationTemplateURLs": [
{
"file": "siemens.station-template.json",
"numberOfStations": 1
},
{
"file": "keba.station-template.json",
"numberOfStations": 2
},
{
"file": "abb.station-template.json",
"numberOfStations": 2
},
{
"file": "evlink.station-template.json",
"numberOfStations": 4
},
{
"file": "schneider.station-template.json",
"numberOfStations": 1
}
],
"logStatisticsInterval": 0,
"logFile": "combined.log",
"logErrorFile": "error.log"
}