Push down more tunables in charging station template.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index d55855febfe22ff2dca51fde9f314e4aca6a3c93..adfe80ef5510346c4941f4415ae13961d9f175f7 100644 (file)
@@ -2,10 +2,8 @@
   "supervisionURLs": [
     "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
   ],
-  "autoReconnectTimeout": 10,
-  "autoReconnectMaxRetries": 10,
+  "distributeStationsToTenantsEqually": true,
   "statisticsDisplayInterval": 60,
-  "distributeStationToTenantEqually": true,
   "useWorkerPool": false,
   "workerPoolSize": 16,
   "stationTemplateURLs": [
@@ -31,6 +29,6 @@
     }
   ],
   "logFile": "combined.log",
-  "errorFile": "error.log",
-  "consoleLog": false
+  "logErrorFile": "error.log",
+  "logConsole": false
 }