| 1234567891011121314151617181920212223 |
- spring:
- profiles:
- active: dev
- server:
- port: 9872
- application:
- process-id: 70060
- logging:
- file:
- path: ${user.home}/logs/rota-utic-client/
- cluster:
- id: 1
- nodes:
- - id: 1 # must be 1,2,3,...
- ip: 192.168.10.91
- port: 13888
- - id: 2
- ip: 192.168.10.92
- port: 13888
|