42 lines
826 B
YAML

server:
tomcat:
mbeanregistry:
enabled: true
forward-headers-strategy: framework
spring:
application:
name: roomescape-backend
profiles:
active: ${ACTIVE_PROFILE:local}
jpa:
open-in-view: false
properties:
hibernate:
jdbc:
batch_size: ${JDBC_BATCH_SIZE:100}
order_inserts: true
cache:
type: caffeine
cache-names: ${CACHE_NAMES:theme-details}
management:
endpoints:
web:
exposure:
include: health,loggers,prometheus
base-path: ${ACTUATOR_PATH:/actuator}
endpoint:
health:
show-details: always
payment:
api-base-url: ${PAYMENT_SERVER_ENDPOINT:http://localhost:8000}
springdoc:
swagger-ui:
operationsSorter: method
tagsSorter: alpha
doc-expansion: none
override-with-generic-response: false