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 24dd13a commit 36c9af5
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: 43.200.104.70
host: localhost
port: 6379

# db 설정
Expand Down

0 comments on commit 36c9af5

Please sign in to comment.