fix yaml and swagger defaults

This commit is contained in:
2026-04-15 16:27:31 -06:00
parent fe3731d4cf
commit 55b2d76cbb

View File

@@ -54,8 +54,10 @@ server:
springdoc:
api-docs:
path: /v3/api-docs
enabled: ${SWAGGER_ENABLED:false}
swagger-ui:
path: /swagger-ui
enabled: ${SWAGGER_ENABLED:false}
app:
upload:
@@ -91,6 +93,7 @@ logging:
org.springframework.security: ${LOG_LEVEL_SECURITY:WARN}
org.springdoc.core.events.SpringDocAppInitializer: ERROR
spring:
jackson:
serialization:
write-dates-as-timestamps: false