Skip to content

Instantly share code, notes, and snippets.

@avinash10584
Created June 17, 2020 22:19
Show Gist options
  • Save avinash10584/55b826ec54436a670f9b100ac83a7c88 to your computer and use it in GitHub Desktop.
Save avinash10584/55b826ec54436a670f9b100ac83a7c88 to your computer and use it in GitHub Desktop.
application-cluster.yml
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