X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=003ee3e19d7537f6e2e1c286f54744ace94f33be;hb=f962bb40411fa6ed83632c2aa23c4de5f2586716;hp=b24c73189dc9be93e655cdeb051e60f5d29bc7e1;hpb=52c709abe039144cd21006aa37a64044d72a90f9;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index b24c7318..003ee3e1 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,10 +1,15 @@ { "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 + }, + "uiServer": { + "enabled": true + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json",