Skip to content

Commit

Permalink
fix : redis host
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboysj authored Nov 27, 2024
1 parent 153704f commit c2d5083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:

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

jpa:
Expand Down

0 comments on commit c2d5083

Please sign in to comment.