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.
2 parents 4891538 + 303c6b8 commit 42af388Copy full SHA for 42af388
src/main/resources/application-prod.yml
@@ -34,11 +34,6 @@ jwt:
34
access_token_expiration_minutes: ${JWT_ACCESS_TOKEN_EXPIRATION:30}
35
refresh_token_expiration_days: ${JWT_REFRESH_TOKEN_EXPIRATION:7}
36
37
-management:
38
- health:
39
- redis:
40
- enabled: false
41
-
42
file:
43
upload:
44
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