Skip to content

Commit

Permalink
Merge pull request #49 from GApple-T/redis
Browse files Browse the repository at this point in the history
redis 비밀번호 설정
  • Loading branch information
enbraining committed Dec 21, 2023
2 parents b62b2b6 + 8ffd5cf commit 92c1e63
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 92c1e63

Please sign in to comment.