forked from sap-labs-france/ev-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-template.json
36 lines (36 loc) · 976 Bytes
/
config-template.json
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
{
"supervisionURLs": [
"ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
],
"statisticsDisplayInterval": 60,
"autoReconnectTimeout": 10,
"autoReconnectMaxRetries": 10,
"distributeStationToTenantEqually": true,
"useWorkerPool": false,
"workerPoolSize": 16,
"stationTemplateURLs": [
{
"file": "./src/assets/station-templates/siemens.station-template.json",
"numberOfStation": 1
},
{
"file": "./src/assets/station-templates/keba.station-template.json",
"numberOfStation": 2
},
{
"file": "./src/assets/station-templates/abb.station-template.json",
"numberOfStation": 2
},
{
"file": "./src/assets/station-templates/evlink.station-template.json",
"numberOfStation": 4
},
{
"file": "./src/assets/station-templates/schneider.station-template.json",
"numberOfStation": 1
}
],
"logFile": "combined.log",
"errorFile": "error.log",
"consoleLog": false
}