feat: add a basic authentication scheme for UI WebSocket server
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index 641117eaa2bab27a1ad6b7b9c6d3a58ef0f3791c..0946258fc1b483a4adedfa4b98d70484eae7f703 100644 (file)
@@ -19,7 +19,7 @@
     "type": "ws",
     "authentication": {
       "enabled": true,
-      "type": "basic-auth",
+      "type": "protocol-basic-auth",
       "username": "admin",
       "password": "admin"
     }