UI Server: Add support for cloud foundry deployment
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index 51def2914a4144ecd8e3da819aceecd7c2be0d0e..9ad01aa1acc89c8cfa4e7f660d6f24454af2ee72 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",