Skip to content

Commit

Permalink
chore: application-prod.yml redis host 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeong committed Dec 5, 2024
1 parent 58ac288 commit 4acd62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
data:
redis:
host: ody-redis-001.ody-redis.vd1e5e.apn2.cache.amazonaws.com
host: ody-prod-redis
jpa:
hibernate:
ddl-auto: validate
Expand Down

0 comments on commit 4acd62c

Please sign in to comment.