From: Jérôme Benoit Date: Wed, 5 Oct 2022 13:02:36 +0000 (+0200) Subject: Enable UI Server by default in docker default configuration X-Git-Tag: v1.1.78~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5b15069e8d24825bbbb95b6c21edb0f781bf065f;p=e-mobility-charging-stations-simulator.git Enable UI Server by default in docker default configuration Signed-off-by: Jérôme Benoit --- 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",