server: tomcat: mbeanregistry: enabled: true forward-headers-strategy: framework spring: application: name: roomescape-backend profiles: active: ${ACTIVE_PROFILE:local} jpa: open-in-view: false 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:https://api.tosspayments.com} springdoc: swagger-ui: operationsSorter: method tagsSorter: alpha doc-expansion: none override-with-generic-response: false