Update docker default configuration file
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Feb 2021 23:19:33 +0000 (00:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Feb 2021 23:19:33 +0000 (00:19 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
docker/config.json

index 54a9f31d98decea8000bc2cd98dabe9e6b4e87cf..d49c4040ac9d1ab4d680d7402d2aa2be93754825 100644 (file)
   "chargingStationsPerWorker": 1,
   "stationTemplateURLs": [
     {
-      "file": "./src/assets/station-templates/siemens.station-template.json",
+      "file": "siemens.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/keba.station-template.json",
+      "file": "keba.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/abb.station-template.json",
+      "file": "abb.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/evlink.station-template.json",
+      "file": "evlink.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/schneider.station-template.json",
+      "file": "schneider.station-template.json",
       "numberOfStations": 0
     },
     {
-      "file": "./src/assets/station-templates/virtual-simple-atg.station-template.json",
+      "file": "virtual-simple-atg.station-template.json",
       "numberOfStations": 10
     }
   ],