Linter update.
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 02ec20602171034dcfcd1138f410d61b4c66577e..aee90bc77ecc2498c9f0cb98c2a9981871c3bb07 100644 (file)
@@ -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"
 }