From d52bf2d6c2ec0b436268afa6a511f58817cc81af Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:55:34 +0200 Subject: [PATCH] Update application.properties --- .../src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) 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 a1277b137e..cb178f4f7f 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 @@ -22,6 +22,7 @@ kogito.sw.functions.publishPerfectSquare.host=localhost kogito.sw.functions.publishPerfectSquare.port=8080 +%test.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