From: Jérôme Benoit Date: Sat, 13 Feb 2021 23:19:33 +0000 (+0100) Subject: Update docker default configuration file X-Git-Tag: v1.0.1-0~104^2~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=acc725e10fb940f3234a79cd76d25f585007d40f;p=e-mobility-charging-stations-simulator.git Update docker default configuration file Signed-off-by: Jérôme Benoit --- diff --git a/docker/config.json b/docker/config.json index 54a9f31d..d49c4040 100644 --- a/docker/config.json +++ b/docker/config.json @@ -10,27 +10,27 @@ "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 } ],