Fix undefined at startup.
[e-mobility-charging-stations-simulator.git] / docker / config.json
index ece7ab99bb3691ff152b75828ee8dc7ec3531f93..3487a1440e6c5d2e630a0be4a34269e6ec3627b3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "supervisionURLs": [
-    "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4/5e8735a80ed182919ac9291e"
+    "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"
   ],
   "statisticsDisplayInterval": 60,
   "autoReconnectTimeout": 10,
   "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
     }
   ],