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