Skip to content

Commit

Permalink
redis 비밀번호 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
enbraining committed Dec 21, 2023
1 parent ed4ef61 commit 8ffd5cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ spring:
redis:
port: ${REDIS_PORT}
host: ${REDIS_HOST}
password: ${REDIS_PASSWORD}
jedis:
pool:
max-idle: 8
min-idle: 0
max-wait: 1
sentinel:
password: ${REDIS_PASSWORD}

jpa:
open-in-view: false
Expand Down

0 comments on commit 8ffd5cf

Please sign in to comment.