From 99cdd0fe5d7dc9c4bed04d16cca43f59aef64aaa Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sat, 14 Mar 2026 19:55:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Make=20dev=20port=20scoped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 401b0f8..760a229 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ quarkus.http.root-path=/api -quarkus.http.port=8089 quarkus.http.test-port=9089 -%dev.quarkus.http.host=0.0.0.0 +quarkus.http.host=0.0.0.0 +%dev.quarkus.http.port=8089 quarkus.http.cors.enabled=true %dev.quarkus.http.cors.origins=/.*/