X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=7808b07c0bc995a93720e9ec1ef2b53a91ba7968;hb=0282b7c0ea2651c7367cd21bc96e8ef3637076c7;hp=9c4efe3a8843fa0cc52f15282bfa9aa9cd95a637;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 9c4efe3a..7808b07c 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,10 +1,21 @@ { "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], - "distributeStationsToTenantsEqually": true, - "workerProcess": "workerSet", - "workerPoolMinSize": 4, - "workerPoolMaxSize": 16, - "chargingStationsPerWorker": 1, + "supervisionUrlDistribution": "round-robin", + "log": { + "file": "/dev/stdout", + "errorFile": "/dev/stderr", + "console": false, + "rotate": false + }, + "worker": { + "processType": "workerSet", + "elementsPerWorker": 1, + "poolMinSize": 4, + "poolMaxSize": 16 + }, + "uiServer": { + "enabled": true + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json", @@ -30,10 +41,5 @@ "file": "virtual-simple-atg.station-template.json", "numberOfStations": 10 } - ], - "logRotate": false, - "logConsole": false, - "logFile": "/dev/stdout", - "logErrorFile": "/dev/stderr", - "logStatisticsInterval": 60 + ] }