Fix configuration files.
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 3181dfb4126ef33f539a23c88725bee4ac6ffaaa..3487a1440e6c5d2e630a0be4a34269e6ec3627b3 100644 (file)
   "workerPoolSize": 16,
   "stationTemplateURLs": [
     {
-      "file": "./src/assets/station/siemens.mougins69.station",
+      "file": "./src/assets/station-templates/siemens.mougins69.station-template.json",
       "numberOfStation": 0
     },
     {
-      "file": "./src/assets/station/keba.station",
+      "file": "./src/assets/station-templates/keba.station-template.json",
       "numberOfStation": 0
     },
     {
-      "file": "./src/assets/station/abb.station",
+      "file": "./src/assets/station-templates/abb.station-template.json",
       "numberOfStation": 0
     },
     {
-      "file": "./src/assets/station/evlink.station",
+      "file": "./src/assets/station-templates/evlink.station-template.json",
       "numberOfStation": 0
     },
     {
-      "file": "./src/assets/station/schneider.station",
+      "file": "./src/assets/station-templates/schneider.station-template.json",
       "numberOfStation": 0
     },
     {
-      "file": "./src/assets/station/virtual-simple-atg.station",
+      "file": "./src/assets/station-templates/virtual-simple-atg.station-template.json",
       "numberOfStation": 10
     }
   ],