X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=aee90bc77ecc2498c9f0cb98c2a9981871c3bb07;hb=adf43ee0db0dc291c3bf1824e49fc11c8a5952d0;hp=02ec20602171034dcfcd1138f410d61b4c66577e;hpb=e118beaab2fe63c663d5a969085c682ca05b6554;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 02ec2060..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,7 +34,8 @@ "numberOfStations": 10 } ], - "consoleLog": false, + "logRotate": false, + "logConsole": false, "logFile": "/dev/stdout", - "errorFile": "/dev/stderr" + "logErrorFile": "/dev/stderr" }