X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ui%2Fweb%2FREADME.md;h=5b7f5d6f3d8bdfe8a703ba70721e77f44d0597cf;hb=8228f972d374b250307c36b1e7c91f720f692195;hp=b14f6e4e3dc9de8889436a07e6cd92c61fe717a6;hpb=c60af6ca67ad2599e7e3e886f219da6323ead61b;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/README.md b/ui/web/README.md index b14f6e4e..5b7f5d6f 100644 --- a/ui/web/README.md +++ b/ui/web/README.md @@ -6,6 +6,23 @@ npm install ``` +The simulator UI server must be enabled, use WebSocket and disable authentication. The simulator main configuration file should have a `uiServer` section like this: + +```json + "uiServer": { + "enabled": true, + "type": "ws", + "authentication": { + "enabled": false, + "type": "basic-auth", + "username": "admin", + "password": "admin" + } + }, +``` + +See [here](../README.md#charging-stations-simulator-configuration) for more details. + ### Run For both solution you can then follow the link displayed in the terminal at the end of compilation