| 12345678910111213141516171819202122232425262728 |
- spring:
- profiles:
- active: dev
- server:
- port: 9874
- application:
- process-id: 81040
- logging-hist: true
- etlp-int: false
- page-count: 0
- scheduling:
- process-ggits-etlp: 10 3 3 * * *
- ggits-tsinfo-enable: true
- ggits-tsinfo-process-id: 81050
- ggits-tsinfo-url: http://192.168.24.22:9871/info/ps
- cluster:
- enabled: true # default: false
- id: 1
- nodes:
- - id: 1 # must be 1,2,3,...
- ip: 192.168.20.44
- port: 13888
- - id: 2
- ip: 192.168.20.45
- port: 13888
|