X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=aee90bc77ecc2498c9f0cb98c2a9981871c3bb07;hb=adf43ee0db0dc291c3bf1824e49fc11c8a5952d0;hp=277f68f12f7a63361c77d428c3b45f15e365c0e9;hpb=7ec46a9aab2376a8a5201ce57aba95116a00d291;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 277f68f1..aee90bc7 100644 --- a/docker/config.json +++ b/docker/config.json @@ -5,7 +5,7 @@ "statisticsDisplayInterval": 60, "autoReconnectTimeout": 10, "autoReconnectMaxRetries": 10, - "distributeStationToTenantEqually": true, + "distributeStationsToTenantsEqually": true, "useWorkerPool": false, "workerPoolSize": 16, "stationTemplateURLs": [ @@ -34,6 +34,7 @@ "numberOfStations": 10 } ], + "logRotate": false, "logConsole": false, "logFile": "/dev/stdout", "logErrorFile": "/dev/stderr"