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 2d78ce3b0c6694819d343e40bdf0a78642c3f523..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"
     }
@@ -35,7 +35,7 @@ See [here](./../../README.md#charging-stations-simulator-configuration) for more
 
 #### Web UI configuration
 
-Copy the configuration template [src/assets/config-template.json](src/assets/config-template.json) to `public/config.json`.
+Copy the configuration template [src/assets/config-template.json](./src/assets/config-template.json) to `public/config.json`.
 
 ### Run