repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4195af9
)
Enable UI Server by default in docker default configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 5 Oct 2022 13:02:36 +0000
(15:02 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 5 Oct 2022 13:02:36 +0000
(15:02 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
docker/config.json
patch
|
blob
|
blame
|
history
diff --git
a/docker/config.json
b/docker/config.json
index 2449b4cbf8c136d407dd7e2cd6e42359dc918a4c..003ee3e19d7537f6e2e1c286f54744ace94f33be 100644
(file)
--- 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",