diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 2605dd6..7a9bca0 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -87,8 +87,8 @@ quarkus.log.file.enable=false # ============================================ # OpenAPI/Swagger Configuration PROD # ============================================ -quarkus.swagger-ui.always-include=false -quarkus.swagger-ui.enable=false +quarkus.swagger-ui.always-include=true +quarkus.swagger-ui.enable=true # ============================================ # Performance Tuning PROD