Skip to content

Commit c4d57e9

Browse files
committed
[Fix]:redis관련설정 추가(배포)
1 parent 08f8a49 commit c4d57e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application-prod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ 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+
3035
file:
3136
upload:
3237
path: /data

0 commit comments

Comments
 (0)