forked from apache/incubator-kie-kogito-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.properties
More file actions
18 lines (16 loc) · 894 Bytes
/
application.properties
File metadata and controls
18 lines (16 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Packaging
# quarkus.package.type=fast-jar
quarkus.swagger-ui.always-include=true
# for future reference, unfortunately the GitHub Client API library used in this
# project is not compatible with native builds out of the box
quarkus.native.enable-all-security-services=true
quarkus.native.enable-https-url-handler=true
# profile to pack this example into a container, to use it execute activate the maven container profile, -Dcontainer
%container.quarkus.container-image.build=true
%container.quarkus.container-image.push=false
%container.quarkus.container-image.group=${USER}
%container.quarkus.container-image.registry=dev.local
%container.quarkus.container-image.tag=1.0-SNAPSHOT
%container.quarkus.jib.jvm-entrypoint=/home/kogito/kogito-app-launch.sh
%container.quarkus.jib.base-jvm-image=quay.io/kiegroup/kogito-runtime-jvm:1.44
%container.quarkus.jib.working-directory=/home/kogito/bin