fix yaml and swagger defaults
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user