Created
June 18, 2020 21:23
-
-
Save avinash10584/48c4d21a07938bfc610c8e206d05f55b to your computer and use it in GitHub Desktop.
application-sentinel.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: | |
port: 4024 | |
servlet: | |
context-path: /app | |
spring: | |
application: | |
name: todolist-redis | |
cache: | |
type: redis | |
redis: | |
sentinel: | |
master: redis-cluster | |
nodes: | |
- 172.18.0.5:6379 | |
- 172.18.0.6:6379 | |
- 172.18.0.7:6379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment