X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=292f8b628f743b943164db71b47b4b376c928a44;hb=1f5df42ad17d09d3a1f53f6618eba325a403d7ad;hp=84148c20d9438eb34e9d65522ac8b216869df7ca;hpb=72a965c4c1a907dfee70da0c97e88c221eefdebc;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 84148c20..292f8b62 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,40 +1,41 @@ { - "supervisionURLs": [ + "supervisionUrls": [ "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" ], "distributeStationsToTenantsEqually": true, - "statisticsDisplayInterval": 60, - "useWorkerPool": false, - "workerMaxPoolSize": 16, + "workerProcess": "workerSet", + "workerPoolMinSize": 4, + "workerPoolMaxSize": 16, "chargingStationsPerWorker": 1, - "stationTemplateURLs": [ + "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 } ], "logRotate": false, "logConsole": false, "logFile": "/dev/stdout", - "logErrorFile": "/dev/stderr" + "logErrorFile": "/dev/stderr", + "logStatisticsInterval": 60 }