X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=b24c73189dc9be93e655cdeb051e60f5d29bc7e1;hb=a2d1c0f1f3008198a96d932bab7c933c084ffeca;hp=02ec20602171034dcfcd1138f410d61b4c66577e;hpb=e118beaab2fe63c663d5a969085c682ca05b6554;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 02ec2060..b24c7318 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,40 +1,39 @@ { - "supervisionURLs": [ - "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" - ], - "statisticsDisplayInterval": 60, - "autoReconnectTimeout": 10, - "autoReconnectMaxRetries": 10, - "distributeStationToTenantEqually": true, - "useWorkerPool": false, - "workerPoolSize": 16, - "stationTemplateURLs": [ + "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], + "supervisionUrlDistribution": "round-robin", + "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 } ], - "consoleLog": false, + "logRotate": false, + "logConsole": false, "logFile": "/dev/stdout", - "errorFile": "/dev/stderr" + "logErrorFile": "/dev/stderr", + "logStatisticsInterval": 60 }