X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=51c985d6960915a7a1475a9f06c453885d1744bf;hb=f8b73ba50fff10fa0282b971bf24f70454231eca;hp=3487a1440e6c5d2e630a0be4a34269e6ec3627b3;hpb=4adfffae3487a6f677cda5a9eccc9b41cc34b406;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 3487a144..51c985d6 100644 --- a/docker/config.json +++ b/docker/config.json @@ -2,39 +2,40 @@ "supervisionURLs": [ "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" ], - "statisticsDisplayInterval": 60, - "autoReconnectTimeout": 10, - "autoReconnectMaxRetries": 10, - "distributeStationToTenantEqually": true, - "useWorkerPool": false, - "workerPoolSize": 16, + "distributeStationsToTenantsEqually": true, + "workerProcess": "workerSet", + "workerPoolMinSize": 4, + "workerPoolMaxSize": 16, + "chargingStationsPerWorker": 1, "stationTemplateURLs": [ { - "file": "./src/assets/station-templates/siemens.mougins69.station-template.json", - "numberOfStation": 0 + "file": "siemens.station-template.json", + "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/keba.station-template.json", - "numberOfStation": 0 + "file": "keba.station-template.json", + "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/abb.station-template.json", - "numberOfStation": 0 + "file": "abb.station-template.json", + "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/evlink.station-template.json", - "numberOfStation": 0 + "file": "evlink.station-template.json", + "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/schneider.station-template.json", - "numberOfStation": 0 + "file": "schneider.station-template.json", + "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/virtual-simple-atg.station-template.json", - "numberOfStation": 10 + "file": "virtual-simple-atg.station-template.json", + "numberOfStations": 10 } ], - "consoleLog": false, + "logRotate": false, + "logConsole": false, "logFile": "/dev/stdout", - "errorFile": "/dev/stderr" + "logErrorFile": "/dev/stderr", + "logStatisticsInterval": 60 }