Skip to content

Commit

Permalink
chore: Redis host를 ip로 변경한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Sep 29, 2024
1 parent 855d7be commit 24dd13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spring:

data:
redis:
host: localhost
host: 43.200.104.70
port: 6379

# db 설정
Expand Down

0 comments on commit 24dd13a

Please sign in to comment.