test: add clear cache implementation example in ocpp2 server
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 7808b07c0bc995a93720e9ec1ef2b53a91ba7968..c207106a03271e955b4566ee3fa8279f8e4cf612 100644 (file)
     "poolMaxSize": 16
   },
   "uiServer": {
-    "enabled": true
+    "enabled": true,
+    "type": "ws",
+    "authentication": {
+      "enabled": true,
+      "type": "protocol-basic-auth",
+      "username": "admin",
+      "password": "admin"
+    }
   },
   "stationTemplateUrls": [
     {