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 c4d57e9 commit 303c6b8Copy full SHA for 303c6b8
src/main/resources/application-prod.yml
@@ -27,11 +27,6 @@ jwt:
27
access_token_expiration_minutes: ${JWT_ACCESS_TOKEN_EXPIRATION:30}
28
refresh_token_expiration_days: ${JWT_REFRESH_TOKEN_EXPIRATION:7}
29
30
-management:
31
- health:
32
- redis:
33
- enabled: false
34
-
35
file:
36
upload:
37
path: /data
src/main/resources/application.yml
@@ -60,4 +60,7 @@ management:
60
health:
61
probes:
62
enabled: true # /actuator/health/{liveness,readiness} 활성화
63
- show-details: never # 프로브 용도면 never 권장(민감정보 차단)
+ show-details: never # 프로브 용도면 never 권장(민감정보 차단)
64
+ health:
65
+ redis:
66
+ enabled: false # Redis health indicator 비활성화
0 commit comments