X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=d49c4040ac9d1ab4d680d7402d2aa2be93754825;hb=5325ff7fc162a2664cb8b26a236377f91f0c5b47;hp=7dcbd0b174bea90dc7079899570d501f50470cc2;hpb=032d6efcb5be418f04d38c39533e7d73d0337195;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 7dcbd0b1..d49c4040 100644 --- a/docker/config.json +++ b/docker/config.json @@ -2,35 +2,35 @@ "supervisionURLs": [ "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" ], - "statisticsDisplayInterval": 60, - "connectionTimeout": 10, - "autoReconnectMaxRetries": 10, "distributeStationsToTenantsEqually": true, - "useWorkerPool": false, - "workerPoolSize": 16, + "statisticsDisplayInterval": 60, + "workerProcess": "workerSet", + "workerPoolMinSize": 4, + "workerPoolMaxSize": 16, + "chargingStationsPerWorker": 1, "stationTemplateURLs": [ { - "file": "./src/assets/station-templates/siemens.station-template.json", + "file": "siemens.station-template.json", "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/keba.station-template.json", + "file": "keba.station-template.json", "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/abb.station-template.json", + "file": "abb.station-template.json", "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/evlink.station-template.json", + "file": "evlink.station-template.json", "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/schneider.station-template.json", + "file": "schneider.station-template.json", "numberOfStations": 0 }, { - "file": "./src/assets/station-templates/virtual-simple-atg.station-template.json", + "file": "virtual-simple-atg.station-template.json", "numberOfStations": 10 } ],