X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=003ee3e19d7537f6e2e1c286f54744ace94f33be;hb=12240a2ea6b5c924befefa8846732249ad357730;hp=292f8b628f743b943164db71b47b4b376c928a44;hpb=1f5df42ad17d09d3a1f53f6618eba325a403d7ad;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 292f8b62..003ee3e1 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,12 +1,15 @@ { - "supervisionUrls": [ - "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" - ], - "distributeStationsToTenantsEqually": true, - "workerProcess": "workerSet", - "workerPoolMinSize": 4, - "workerPoolMaxSize": 16, - "chargingStationsPerWorker": 1, + "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], + "supervisionUrlDistribution": "round-robin", + "worker": { + "processType": "workerSet", + "elementsPerWorker": 1, + "poolMinSize": 4, + "poolMaxSize": 16 + }, + "uiServer": { + "enabled": true + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json",