Skip to content

Commit

Permalink
Revert "added mode in redis profile"
Browse files Browse the repository at this point in the history
This reverts commit 31640e4.
  • Loading branch information
munishchouhan committed Nov 6, 2024
1 parent 31640e4 commit 31f90bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application-redis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
redis:
uri: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
mode: "standalone"
uri: redis://${REDIS_HOST:redis}:${REDIS_PORT:6379}
pool:
enabled: true

...

0 comments on commit 31f90bd

Please sign in to comment.