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