Enable UI Server by default in docker default configuration
[e-mobility-charging-stations-simulator.git] / docker / config.json
index 2449b4cbf8c136d407dd7e2cd6e42359dc918a4c..003ee3e19d7537f6e2e1c286f54744ace94f33be 100644 (file)
@@ -7,6 +7,9 @@
     "poolMinSize": 4,
     "poolMaxSize": 16
   },
+  "uiServer": {
+    "enabled": true
+  },
   "stationTemplateUrls": [
     {
       "file": "siemens.station-template.json",