properties fix
This commit is contained in:
2
.github/workflows/deploy-docker-to-tst.yml
vendored
2
.github/workflows/deploy-docker-to-tst.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
- name: Build the Quarkus JAR and Docker image
|
||||
run: |
|
||||
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
|
||||
|
||||
# Stap 6: Docker-image pushen naar Docker Hub (huidige versie tag)
|
||||
|
||||
@@ -13,8 +13,8 @@ quarkus.http.cors.origins=${CORS_ORIGINS}
|
||||
quarkus.http.cors.methods=GET,POST,OPTIONS,DELETE,PUT
|
||||
quarkus.http.root-path=/api
|
||||
|
||||
quarkus.smallrye-openapi.path=/openapi
|
||||
quarkus.swagger-ui.always-include=true
|
||||
#quarkus.smallrye-openapi.path=/openapi
|
||||
#quarkus.swagger-ui.always-include=true
|
||||
|
||||
# Mailer configuratie
|
||||
quarkus.mailer.from=${MAILER_FROM}
|
||||
@@ -40,14 +40,7 @@ smallrye.jwt.sign.key.algorithm=RS256
|
||||
# Token Levensduur (optioneel)
|
||||
smallrye.jwt.new-token.lifespan=3600
|
||||
|
||||
#quarkus.log.category."io.quarkus.security".level=DEBUG
|
||||
#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
|
||||
|
||||
|
||||
#Swagger UI
|
||||
%test.quarkus.smallrye-openapi.path=/openapi
|
||||
%test.quarkus.swagger-ui.always-include=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user