Make the station worker self contained.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index ad8ec20153d09baa3f4bc7544a2b9b249a899c7e..60f1d2d1a255506e056dca71caabc3d6536f6481 100644 (file)
   "workerPoolSize": 16,
   "stationTemplateURLs": [
     {
-      "file": "./src/assets/station/siemens.mougins69.station",
+      "file": "./src/assets/station-templates/siemens.mougins69.station-template.json-template.json",
       "numberOfStation": 1
     },
     {
-      "file": "./src/assets/station/keba.station",
+      "file": "./src/assets/station-templates/keba.station-template.json-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
 }