X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=c207106a03271e955b4566ee3fa8279f8e4cf612;hb=53a8f2aadb2fceace1a8884770680f7e70437f73;hp=7808b07c0bc995a93720e9ec1ef2b53a91ba7968;hpb=3d48c1c13adbe046643a952b1ddfce30c6cc0a97;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 7808b07c..c207106a 100644 --- a/docker/config.json +++ b/docker/config.json @@ -14,7 +14,14 @@ "poolMaxSize": 16 }, "uiServer": { - "enabled": true + "enabled": true, + "type": "ws", + "authentication": { + "enabled": true, + "type": "protocol-basic-auth", + "username": "admin", + "password": "admin" + } }, "stationTemplateUrls": [ {