Skip to content

Commit

Permalink
fix: change redis host's name
Browse files Browse the repository at this point in the history
  • Loading branch information
1jeongg committed Sep 29, 2024
1 parent 9ead6d0 commit 1d2208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasin/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ security:
access: ${ACCESS_TOKEN_SECRET}
refresh: ${REFRESH_TOKEN_SECRET}
redis:
host: ${AWS_PUBLIC_IP}
host: redis
port: 6379
open-api:
secret-key: ${OPEN_API_SECRET_KEY}
Expand Down

0 comments on commit 1d2208d

Please sign in to comment.