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