| 12345678910111213141516171819202122232425 |
- spring:
- profiles:
- active: dev
- server:
- port: 9873
- application:
- process-id: 70070
- white-list-ips:
- - 192.168.10.9
- logging:
- file:
- path: ${user.home}/logs/
- cluster:
- id: 1
- nodes:
- - id: 1 # must be 1,2,3,...
- ip: 192.168.10.71
- port: 14888
- - id: 2
- ip: 192.168.10.72
- port: 14888
|