feat: allow to provision number of stations by template
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index 641117eaa2bab27a1ad6b7b9c6d3a58ef0f3791c..943e9c5b2c4998b556c614eb80714666e5afbf4c 100644 (file)
@@ -19,7 +19,7 @@
     "type": "ws",
     "authentication": {
       "enabled": true,
-      "type": "basic-auth",
+      "type": "protocol-basic-auth",
       "username": "admin",
       "password": "admin"
     }
@@ -31,7 +31,8 @@
     },
     {
       "file": "keba.station-template.json",
-      "numberOfStations": 2
+      "numberOfStations": 2,
+      "provisionedNumberOfStations": 2
     },
     {
       "file": "abb.station-template.json",