From e75d761b7856ec8582b017efb119bb51af8b1e7b Mon Sep 17 00:00:00 2001 From: dankito Date: Mon, 10 Apr 2023 18:47:22 +0200 Subject: [PATCH] Using port 6543 now only for local development --- EpcQrCodeRest/src/main/resources/application.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/EpcQrCodeRest/src/main/resources/application.properties b/EpcQrCodeRest/src/main/resources/application.properties index 2c47177..dc8bd36 100644 --- a/EpcQrCodeRest/src/main/resources/application.properties +++ b/EpcQrCodeRest/src/main/resources/application.properties @@ -1,4 +1,9 @@ -quarkus.http.port=6543 +quarkus.http.cors=true + +# HTTP port settings (for production and dev) + +quarkus.http.port=8080 +%dev.quarkus.http.port=6543 quarkus.native.enable-https-url-handler=true quarkus.native.enable-all-security-services=true \ No newline at end of file