X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=9ad01aa1acc89c8cfa4e7f660d6f24454af2ee72;hb=97c196968f3704d8bc9d4734ab980380a5492bd7;hp=51def2914a4144ecd8e3da819aceecd7c2be0d0e;hpb=cf2a5d9b1e3f929ef9805d3fb7e4022cf4f9632d;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 51def291..9ad01aa1 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -11,6 +11,16 @@ "enabled": true, "type": "jsonfile" }, + "uiServer": { + "enabled": false, + "type": "ws", + "authentication": { + "enabled": true, + "type": "basic-auth", + "username": "admin", + "password": "admin" + } + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json",