From 5b15069e8d24825bbbb95b6c21edb0f781bf065f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 5 Oct 2022 15:02:36 +0200 Subject: [PATCH] Enable UI Server by default in docker default configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- docker/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/config.json b/docker/config.json index 2449b4cb..003ee3e1 100644 --- a/docker/config.json +++ b/docker/config.json @@ -7,6 +7,9 @@ "poolMinSize": 4, "poolMaxSize": 16 }, + "uiServer": { + "enabled": true + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json", -- 2.34.1