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

@@ -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