Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index 51def2914a4144ecd8e3da819aceecd7c2be0d0e..e1620aa7c899a071171eda539565f679ddb701b2 100644 (file)
     "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"
 }