[#54] 애플리케이션 배포 #55

Merged
pricelees merged 20 commits from infra/#54 into main 2025-10-06 02:42:13 +00:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit 6ca70520b5 - Show all commits

View File

@ -42,9 +42,14 @@ jdbc:
management: management:
tracing: tracing:
sampling: sampling:
probability: 1 probability: 1.0
otlp:
tracing:
transport: http
endpoint: http://localhost:4318/v1/traces
slow-query: slow-query:
logger-name: local-slow-query-logger logger-name: local-slow-query-logger
log-level: info log-level: info
threshold-ms: 5 threshold-ms: 5

View File

@ -5,6 +5,8 @@ server:
forward-headers-strategy: framework forward-headers-strategy: framework
spring: spring:
application:
name: roomescape-backend
profiles: profiles:
active: ${ACTIVE_PROFILE:local} active: ${ACTIVE_PROFILE:local}
jpa: jpa: