feat: add a basic authentication scheme for UI WebSocket server
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index a875173f2069434ffb3740bab5ebb09d6d568053..0946258fc1b483a4adedfa4b98d70484eae7f703 100644 (file)
@@ -8,21 +8,18 @@
     "statisticsInterval": 0
   },
   "worker": {
-    "processType": "workerSet",
-    "elementsPerWorker": 1,
-    "poolMinSize": 4,
-    "poolMaxSize": 16
+    "processType": "workerSet"
   },
   "performanceStorage": {
     "enabled": true,
-    "type": "jsonfile"
+    "type": "none"
   },
   "uiServer": {
     "enabled": false,
     "type": "ws",
     "authentication": {
       "enabled": true,
-      "type": "basic-auth",
+      "type": "protocol-basic-auth",
       "username": "admin",
       "password": "admin"
     }