From e3b5b7e195a1bfd4841fb66cd59cf53a8886c1d8 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:07:48 +0200 Subject: [PATCH] Update application.properties --- .../src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/serverless-workflow-examples/serverless-workflow-error-quarkus/src/main/resources/application.properties b/serverless-workflow-examples/serverless-workflow-error-quarkus/src/main/resources/application.properties index cb178f4f7f..b66b53d5e6 100644 --- a/serverless-workflow-examples/serverless-workflow-error-quarkus/src/main/resources/application.properties +++ b/serverless-workflow-examples/serverless-workflow-error-quarkus/src/main/resources/application.properties @@ -21,8 +21,7 @@ # quarkus.package.type=fast-jar kogito.sw.functions.publishPerfectSquare.host=localhost -kogito.sw.functions.publishPerfectSquare.port=8080 -%test.kogito.sw.functions.publishPerfectSquare.port=8081 +kogito.sw.functions.publishPerfectSquare.port=8081 quarkus.native.native-image-xmx=8g # profile to pack this example into a container, to use it execute activate the maven container profile, -Dcontainer