X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=b24c73189dc9be93e655cdeb051e60f5d29bc7e1;hb=ec7f4dcea28197007a32308483e8e8f4750fae5e;hp=292f8b628f743b943164db71b47b4b376c928a44;hpb=1f5df42ad17d09d3a1f53f6618eba325a403d7ad;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 292f8b62..b24c7318 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,8 +1,6 @@ { - "supervisionUrls": [ - "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" - ], - "distributeStationsToTenantsEqually": true, + "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], + "supervisionUrlDistribution": "round-robin", "workerProcess": "workerSet", "workerPoolMinSize": 4, "workerPoolMaxSize": 16,