Skip to content

Commit

Permalink
kie-tools-issues#2582: [serverless-logic-web-tools] CORS on Dev Mode …
Browse files Browse the repository at this point in the history
…deployment on OpenShift (apache#2856)
  • Loading branch information
fantonangeli authored Jan 15, 2025
1 parent 012359c commit d681451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
quarkus.swagger-ui.always-include=true
quarkus.http.cors=true
quarkus.http.cors.origins=*
quarkus.dev-ui.cors.enabled=false
quarkus.http.host=0.0.0.0
quarkus.http.enable-compression=true
quarkus.http.port=8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#

quarkus.http.cors=true
quarkus.http.cors.origins=*
quarkus.dev-ui.cors.enabled=false

0 comments on commit d681451

Please sign in to comment.