Fix OCPP SRPC calls sequence.
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 3181dfb4126ef33f539a23c88725bee4ac6ffaaa..6535a0745af22c45648be9b8f53034f5c3e918f1 100644 (file)
   "workerPoolSize": 16,
   "stationTemplateURLs": [
     {
-      "file": "./src/assets/station/siemens.mougins69.station",
+      "file": "./src/assets/station-templates/siemens.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
     }
   ],