forked from sap-labs-france/ev-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 957 Bytes
/
config.json
File metadata and controls
41 lines (41 loc) · 957 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
39
40
41
{
"supervisionURLs": [
"ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
],
"distributeStationsToTenantsEqually": true,
"statisticsDisplayInterval": 60,
"workerProcess": "workerSet",
"workerPoolMinSize": 4,
"workerPoolMaxSize": 16,
"chargingStationsPerWorker": 1,
"stationTemplateURLs": [
{
"file": "siemens.station-template.json",
"numberOfStations": 0
},
{
"file": "keba.station-template.json",
"numberOfStations": 0
},
{
"file": "abb.station-template.json",
"numberOfStations": 0
},
{
"file": "evlink.station-template.json",
"numberOfStations": 0
},
{
"file": "schneider.station-template.json",
"numberOfStations": 0
},
{
"file": "virtual-simple-atg.station-template.json",
"numberOfStations": 10
}
],
"logRotate": false,
"logConsole": false,
"logFile": "/dev/stdout",
"logErrorFile": "/dev/stderr"
}