Skip to content

Commit

Permalink
NO-ISSUE: Use correct properties on jbpm-compact-architecture-example (
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoelg authored Sep 5, 2024
1 parent 380d328 commit 242412c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 242412c

Please sign in to comment.