Skip to content

Commit 1bcdaa5

Browse files
authored
fix : 시스템 매트릭 비활성화 (#189)
1 parent 2207eb5 commit 1bcdaa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,6 @@ spring.datasource.hikari.validation-timeout=5000
167167
# 인증 성공 시 이동할 페이지 URL (예: 프론트의 성공 안내 페이지)
168168
app.redirect.verify.success=${APP_REDIRECT_VERIFY_SUCCESS:https://your-frontend.example.com/verify/success}
169169
# 인증 실패 시 이동할 페이지 URL (예: 프론트의 실패 안내 페이지)
170-
app.redirect.verify.failure=${APP_REDIRECT_VERIFY_FAILURE:https://your-frontend.example.com/verify/failure}
170+
app.redirect.verify.failure=${APP_REDIRECT_VERIFY_FAILURE:https://your-frontend.example.com/verify/failure}
171+
172+
management.metrics.system.enabled=false

0 commit comments

Comments
 (0)