From: captaineaglex Date: Tue, 7 Dec 2021 10:40:00 +0000 (+0300) Subject: add performanceStorageType to config-template X-Git-Tag: v1.1.38~1^2^2~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=67aee874f5e20c985de396b7d39b619b7ecec34c;p=e-mobility-charging-stations-simulator.git add performanceStorageType to config-template --- diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 7bee3ccd..a0c0526a 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -4,7 +4,8 @@ ], "distributeStationsToTenantsEqually": true, "performanceStorage": { - "enabled": true + "enabled": true, + "type": "jsonfile" }, "chargingStationsPerWorker": 1, "workerProcess": "workerSet",