From: Jérôme Benoit Date: Sun, 3 Jul 2022 21:51:29 +0000 (+0200) Subject: Update default configuration file for docker X-Git-Tag: v1.1.64~26 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=76d40848ba827b68c602bf37802a3617144a20b9;p=e-mobility-charging-stations-simulator.git Update default configuration file for docker Signed-off-by: Jérôme Benoit --- diff --git a/docker/config.json b/docker/config.json index b24c7318..2449b4cb 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,10 +1,12 @@ { "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], "supervisionUrlDistribution": "round-robin", - "workerProcess": "workerSet", - "workerPoolMinSize": 4, - "workerPoolMaxSize": 16, - "chargingStationsPerWorker": 1, + "worker": { + "processType": "workerSet", + "elementsPerWorker": 1, + "poolMinSize": 4, + "poolMaxSize": 16 + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json",