Created
June 17, 2020 22:19
-
-
Save avinash10584/55b826ec54436a670f9b100ac83a7c88 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.4:6379 | |
maxRedirects: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment