| 1234567891011121314151617181920 |
- server:
- port: 9872
- application:
- process-id: 70060
- logging:
- file:
- path: ${user.home}/logs/rota-utic-client/
- cluster:
- id: 1
- #auto-failback-enabled: true
- nodes:
- - id: 1 # must be 1,2,3,...
- ip: 192.168.10.91
- port: 13888
- - id: 2
- ip: 192.168.10.92
- port: 13888
|