properties fix
All checks were successful
Docker Image CI / build-and-push (push) Successful in 11m36s
Docker Image CI / deploy (push) Successful in 32s
Docker Image CI / notify-failure (push) Has been skipped

This commit is contained in:
2025-04-12 23:48:48 +02:00
parent 1089b0d74c
commit bb9b5a93f9
2 changed files with 4 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ jobs:
- name: Build the Quarkus JAR and Docker image - name: Build the Quarkus JAR and Docker image
run: | run: |
VERSION=$(cat version.txt) VERSION=$(cat version.txt)
mvn clean package -DskipTests mvn clean package -DskipTests -Dquarkus.profile=test
docker buildx build . --file Dockerfile-tst --tag veenm/paypoint-backend-jvm:$VERSION --platform linux/amd64 docker buildx build . --file Dockerfile-tst --tag veenm/paypoint-backend-jvm:$VERSION --platform linux/amd64
# Stap 6: Docker-image pushen naar Docker Hub (huidige versie tag) # Stap 6: Docker-image pushen naar Docker Hub (huidige versie tag)

View File

@@ -13,8 +13,8 @@ quarkus.http.cors.origins=${CORS_ORIGINS}
quarkus.http.cors.methods=GET,POST,OPTIONS,DELETE,PUT quarkus.http.cors.methods=GET,POST,OPTIONS,DELETE,PUT
quarkus.http.root-path=/api quarkus.http.root-path=/api
quarkus.smallrye-openapi.path=/openapi #quarkus.smallrye-openapi.path=/openapi
quarkus.swagger-ui.always-include=true #quarkus.swagger-ui.always-include=true
# Mailer configuratie # Mailer configuratie
quarkus.mailer.from=${MAILER_FROM} quarkus.mailer.from=${MAILER_FROM}
@@ -40,14 +40,7 @@ smallrye.jwt.sign.key.algorithm=RS256
# Token Levensduur (optioneel) # Token Levensduur (optioneel)
smallrye.jwt.new-token.lifespan=3600 smallrye.jwt.new-token.lifespan=3600
#quarkus.log.category."io.quarkus.security".level=DEBUG #Swagger UI
#mp.jwt.verify.claims.groups=groups
#quarkus.log.category."io.smallrye.jwt".level=DEBUG
##quarkus.log.level=DEBUG
##quarkus.log.category."io.quarkus".level=DEBUG
#quarkus.log.category."io.quarkus.rest".level=DEBUG
%test.quarkus.smallrye-openapi.path=/openapi %test.quarkus.smallrye-openapi.path=/openapi
%test.quarkus.swagger-ui.always-include=true %test.quarkus.swagger-ui.always-include=true