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