generated from pricelees/issue-pr-template
[#54] 애플리케이션 배포 #55
@ -42,9 +42,14 @@ jdbc:
|
||||
management:
|
||||
tracing:
|
||||
sampling:
|
||||
probability: 1
|
||||
probability: 1.0
|
||||
otlp:
|
||||
tracing:
|
||||
transport: http
|
||||
endpoint: http://localhost:4318/v1/traces
|
||||
|
||||
slow-query:
|
||||
logger-name: local-slow-query-logger
|
||||
log-level: info
|
||||
threshold-ms: 5
|
||||
threshold-ms: 5
|
||||
|
||||
|
||||
@ -5,6 +5,8 @@ server:
|
||||
forward-headers-strategy: framework
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: roomescape-backend
|
||||
profiles:
|
||||
active: ${ACTIVE_PROFILE:local}
|
||||
jpa:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user