Skip to content

Commit

Permalink
Fix: 비밀번호 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
haeyonghahn committed Sep 19, 2023
1 parent 5110944 commit 6d18148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spring:
redis:
sentinel:
master: ${REDIS_SENTINEL_MASTER}
password: ${REDIS_PASSWORD}
nodes:
- ${REDIS_SENTINEL_NODE0}
- ${REDIS_SENTINEL_NODE1}
Expand Down

0 comments on commit 6d18148

Please sign in to comment.