From 0f4e305ecc83dce7d4d2a31cc670d740fe68c1c4 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 15 Mar 2026 13:20:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Adjust=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9c9e49b..30bcb98 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ # HTTP quarkus.http.cors.enabled=true -quarkus.http.port=8081 +%dev.quarkus.http.port=8081 %dev.quarkus.http.cors.origins=/.*/ %dev.quarkus.http.cors.access-control-allow-credentials=true