-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 09-11 (from Feb 27)
Setting a different value than `localhost` for the `kogito.data-index.url` property apparently does not take any effect.
Steps to reproduce:
1) Add the dependency `kogito-addons-quarkus-data-index-inmemory` into a serverless workflow project
2) Change `kogito.data-index.url` to any other value than `localhost`
3) Run quarkus:dev and access the Dev UI
Dev UI always uses `localhost:8080` no matter the value `kogito.data-index.url` has.
An initial investigation suggests that this property may be being overwritten here [1].