Skip to content

Commit 303c6b8

Browse files
committed
[Fix]:설정 최상위로 옮김
1 parent c4d57e9 commit 303c6b8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/main/resources/application-prod.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jwt:
2727
access_token_expiration_minutes: ${JWT_ACCESS_TOKEN_EXPIRATION:30}
2828
refresh_token_expiration_days: ${JWT_REFRESH_TOKEN_EXPIRATION:7}
2929

30-
management:
31-
health:
32-
redis:
33-
enabled: false
34-
3530
file:
3631
upload:
3732
path: /data

src/main/resources/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ management:
6060
health:
6161
probes:
6262
enabled: true # /actuator/health/{liveness,readiness} 활성화
63-
show-details: never # 프로브 용도면 never 권장(민감정보 차단)
63+
show-details: never # 프로브 용도면 never 권장(민감정보 차단)
64+
health:
65+
redis:
66+
enabled: false # Redis health indicator 비활성화

0 commit comments

Comments
 (0)