X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=61067bcf9839bc40656b254eda4137d46227cb2a;hb=3d2ff9e4875d166265bb925e00a4301e82f5c248;hp=d55855febfe22ff2dca51fde9f314e4aca6a3c93;hpb=e118beaab2fe63c663d5a969085c682ca05b6554;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index d55855fe..61067bcf 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -2,12 +2,12 @@ "supervisionURLs": [ "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06" ], - "autoReconnectTimeout": 10, - "autoReconnectMaxRetries": 10, + "distributeStationsToTenantsEqually": true, "statisticsDisplayInterval": 60, - "distributeStationToTenantEqually": true, "useWorkerPool": false, "workerPoolSize": 16, + "chargingStationsPerWorker": 1, + "chargingStationIdSuffix": "", "stationTemplateURLs": [ { "file": "./src/assets/station-templates/siemens.station-template.json", @@ -31,6 +31,6 @@ } ], "logFile": "combined.log", - "errorFile": "error.log", - "consoleLog": false + "logErrorFile": "error.log", + "logConsole": false }