Performance statistics: add JSON file storage support.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index 0bc2c30924ec67a35d15f269f9e01ee041570f34..0267c1a7fc294d83dd5ff684ea7734d2523c621d 100644 (file)
@@ -3,7 +3,9 @@
     "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
   ],
   "distributeStationsToTenantsEqually": true,
-  "statisticsDisplayInterval": 60,
+  "performanceStorage": {
+    "enabled": true
+  },
   "chargingStationsPerWorker": 1,
   "workerProcess": "workerSet",
   "workerPoolMinSize": 4,
@@ -30,6 +32,7 @@
       "numberOfStations": 1
     }
   ],
+  "logStatisticsInterval": 0,
   "logFile": "combined.log",
   "logErrorFile": "error.log",
   "logConsole": false