X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=2449b4cbf8c136d407dd7e2cd6e42359dc918a4c;hb=abb65774497624aa018085f65296dd8b5112188b;hp=9c4efe3a8843fa0cc52f15282bfa9aa9cd95a637;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 9c4efe3a..2449b4cb 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,10 +1,12 @@ { "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], - "distributeStationsToTenantsEqually": true, - "workerProcess": "workerSet", - "workerPoolMinSize": 4, - "workerPoolMaxSize": 16, - "chargingStationsPerWorker": 1, + "supervisionUrlDistribution": "round-robin", + "worker": { + "processType": "workerSet", + "elementsPerWorker": 1, + "poolMinSize": 4, + "poolMaxSize": 16 + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json",