Merge pull request #990 from SAP/dependabot/npm_and_yarn/types/node-20.11.20
[e-mobility-charging-stations-simulator.git] / ui / web / README.md
index 7ae92537e2424bb50efc43ffa603a96c6b3452a3..1a129e14132574deb40be07d82f4352c8659a7a8 100644 (file)
@@ -23,8 +23,8 @@ The simulator UI server must be enabled, use WebSocket transport type and have a
     "enabled": true,
     "type": "ws",
     "authentication": {
-      "enabled": false,
-      "type": "basic-auth",
+      "enabled": true,
+      "type": "protocol-basic-auth",
       "username": "admin",
       "password": "admin"
     }