X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=a0c0526abbf1a0c5c9266310cd17579d0ea80cb0;hb=9ab62ed05a70a1feda05803f085a449ce35a4f14;hp=0bc2c30924ec67a35d15f269f9e01ee041570f34;hpb=c4a1979464bbf9c72508da3bda76bec4636dea32;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 0bc2c309..a0c0526a 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -1,14 +1,17 @@ { - "supervisionURLs": [ + "supervisionUrls": [ "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06" ], "distributeStationsToTenantsEqually": true, - "statisticsDisplayInterval": 60, + "performanceStorage": { + "enabled": true, + "type": "jsonfile" + }, "chargingStationsPerWorker": 1, "workerProcess": "workerSet", "workerPoolMinSize": 4, "workerPoolMaxSize": 16, - "stationTemplateURLs": [ + "stationTemplateUrls": [ { "file": "siemens.station-template.json", "numberOfStations": 1 @@ -30,7 +33,7 @@ "numberOfStations": 1 } ], + "logStatisticsInterval": 0, "logFile": "combined.log", - "logErrorFile": "error.log", - "logConsole": false + "logErrorFile": "error.log" }