X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fconfig-template.json;h=e1620aa7c899a071171eda539565f679ddb701b2;hb=24578c318295d517762fa075959846f230affbe0;hp=51def2914a4144ecd8e3da819aceecd7c2be0d0e;hpb=49a493fc49be51d1dc2a90201c92a6625252a019;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index 51def291..e1620aa7 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", @@ -34,6 +44,7 @@ } ], "logStatisticsInterval": 0, + "logMaxFiles": 7, "logFile": "combined.log", "logErrorFile": "error.log" }