Created
June 19, 2020 05:47
-
-
Save avinash10584/6a5f1e65050587a0ea58538039ad1bde to your computer and use it in GitHub Desktop.
application-cluster.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: | |
cluster: | |
nodes: | |
- 172.18.0.3:6379 | |
- 172.18.0.2:6379 | |
- 172.18.0.4:6379 | |
maxRedirects: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment