feat: add a basic authentication scheme for UI WebSocket server
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index 5e18d942fd50ccdba139eec8db162e5e6811590c..0946258fc1b483a4adedfa4b98d70484eae7f703 100644 (file)
     "processType": "workerSet"
   },
   "performanceStorage": {
-    "enabled": false,
-    "type": "jsonfile"
+    "enabled": true,
+    "type": "none"
   },
   "uiServer": {
     "enabled": false,
     "type": "ws",
     "authentication": {
       "enabled": true,
-      "type": "basic-auth",
+      "type": "protocol-basic-auth",
       "username": "admin",
       "password": "admin"
     }