Skip to content

Commit

Permalink
[refactor] redis url 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Sep 15, 2024
1 parent 6af519a commit 8d18977
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 @@ -39,6 +39,7 @@ spring:
host: ${REDIS_HOST}
port: 6379
password: '${REDIS_PASSWORD}'
url: redis://:${REDIS_PASSWORD}@${REDIS_HOST}:6379
ssl:
enabled: true

Expand Down

0 comments on commit 8d18977

Please sign in to comment.