This is an automated email from the ASF dual-hosted git repository.

thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 242412cbfe9 NO-ISSUE: Use correct properties on 
jbpm-compact-architecture-example (#2557)
242412cbfe9 is described below

commit 242412cbfe9f1876e98adb529aa64cd198a1daef
Author: Thiago Lugli <[email protected]>
AuthorDate: Thu Sep 5 09:24:57 2024 -0300

    NO-ISSUE: Use correct properties on jbpm-compact-architecture-example 
(#2557)
---
 .../src/main/resources/application.properties                         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/examples/jbpm-compact-architecture-example/src/main/resources/application.properties
 
b/examples/jbpm-compact-architecture-example/src/main/resources/application.properties
index 250cbe0eae6..895d72d580f 100644
--- 
a/examples/jbpm-compact-architecture-example/src/main/resources/application.properties
+++ 
b/examples/jbpm-compact-architecture-example/src/main/resources/application.properties
@@ -3,6 +3,8 @@
 
 #https://quarkus.io/guides/openapi-swaggerui
 quarkus.http.cors=true
+quarkus.http.cors.origins=*
+quarkus.dev-ui.cors.enabled=false
 quarkus.smallrye-openapi.path=/docs/openapi.json
 quarkus.swagger-ui.always-include=true
 quarkus.kogito.data-index.graphql.ui.always-include=true
@@ -13,7 +15,7 @@ kogito.service.url=http://0.0.0.0:8080
 
 #Job-service
 kogito.jobs-service.url=http://0.0.0.0:8080
-kogito.dataindex.http.url=http://0.0.0.0:8080
+kogito.data-index.url=http://0.0.0.0:8080
 
 # run create tables scripts
 quarkus.flyway.migrate-at-start=true


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

Reply via email to