We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2207eb5 commit 1bcdaa5Copy full SHA for 1bcdaa5
src/main/resources/application.properties
@@ -167,4 +167,6 @@ spring.datasource.hikari.validation-timeout=5000
167
# 인증 성공 시 이동할 페이지 URL (예: 프론트의 성공 안내 페이지)
168
app.redirect.verify.success=${APP_REDIRECT_VERIFY_SUCCESS:https://your-frontend.example.com/verify/success}
169
# 인증 실패 시 이동할 페이지 URL (예: 프론트의 실패 안내 페이지)
170
-app.redirect.verify.failure=${APP_REDIRECT_VERIFY_FAILURE:https://your-frontend.example.com/verify/failure}
+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