Skip to content

Commit

Permalink
Proper port for Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
HariharanAnantharaman committed May 27, 2021
1 parent 1c9aba2 commit 1d7ca5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ spring:
repositories:
enabled: true
redis:
host: localhost
port: 32768
host: 10.128.0.12
port: 6379
timeout:
seconds: 3600

Expand Down

0 comments on commit 1d7ca5b

Please sign in to comment.