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