X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=aee90bc77ecc2498c9f0cb98c2a9981871c3bb07;hb=adf43ee0db0dc291c3bf1824e49fc11c8a5952d0;hp=3487a1440e6c5d2e630a0be4a34269e6ec3627b3;hpb=4adfffae3487a6f677cda5a9eccc9b41cc34b406;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 3487a144..aee90bc7 100644 --- a/docker/config.json +++ b/docker/config.json @@ -5,36 +5,37 @@ "statisticsDisplayInterval": 60, "autoReconnectTimeout": 10, "autoReconnectMaxRetries": 10, - "distributeStationToTenantEqually": true, + "distributeStationsToTenantsEqually": 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" }