thiagoelg commented on code in PR #2552:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2552#discussion_r1742373360


##########
examples/jbpm-compact-architecture-example/src/main/resources/application.properties:
##########
@@ -9,11 +9,11 @@ quarkus.kogito.data-index.graphql.ui.always-include=true
 quarkus.http.test-port=0
 
 # Kogito-service
-kogito.service.url=http://localhost:8080
+kogito.service.url=http://0.0.0.0:8080

Review Comment:
   Maybe... we switched from `localhost` because `localhost` could have 
different meanings in different contexts (in a container, for example).
   
   And our solution to run quarkus apps in dev mode on OpenShift was to replace 
`quarkus.http.host:quarkus.http.port` with `window.location.origin` basically.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to