| 123456789101112131415161718192021222324252627282930313233 | 
							- spring:
 
-   profiles:
 
-     active: prod
 
- server:
 
-   port: 9874
 
- application:
 
-   process-id: 91040
 
-   logging-hist: true
 
-   etlp-int: false
 
-   page-count: 0
 
-   scheduling:
 
-     process-ggits-etlp: 10 3 3 * * *
 
-     ggits-tsinfo-enable: true
 
-     ggits-tsinfo-process-id: 91050
 
-     ggits-tsinfo-url: http://192.168.24.22:9871/info/ps
 
- logging:
 
-   file:
 
-     path: ${user.home}/logs/ggits-etlp-server/
 
- cluster:
 
-   id: 1
 
-   nodes:
 
-     - id: 1               # must be 1,2,3,...
 
-       ip: 192.168.10.81
 
-       port: 14840
 
-     - id: 2
 
-       ip: 192.168.10.82
 
-       port: 14840
 
 
  |