Allow to disable statistics at the template level.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index ad8ec20153d09baa3f4bc7544a2b9b249a899c7e..69659bbc109d21c780b2f8491049902b21affa0b 100644 (file)
   "workerPoolSize": 16,
   "stationTemplateURLs": [
     {
-      "file": "./src/assets/station/siemens.mougins69.station",
+      "file": "./src/assets/station-templates/siemens.station-template.json",
       "numberOfStation": 1
     },
     {
-      "file": "./src/assets/station/keba.station",
+      "file": "./src/assets/station-templates/keba.station-template.json",
       "numberOfStation": 2
     },
     {
-      "file": "./src/assets/station/abb.station",
+      "file": "./src/assets/station-templates/abb.station-template.json",
       "numberOfStation": 2
     },
     {
-      "file": "./src/assets/station/evlink.station",
+      "file": "./src/assets/station-templates/evlink.station-template.json",
       "numberOfStation": 4
     },
     {
-      "file": "./src/assets/station/schneider.station",
+      "file": "./src/assets/station-templates/schneider.station-template.json",
       "numberOfStation": 1
     }
   ],
-  "consoleLog": false,
   "logFile": "combined.log",
-  "errorFile": "error.log"
+  "errorFile": "error.log",
+  "consoleLog": false
 }