ggits-etlp-server.yml 531 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. profiles:
  3. active: dev
  4. server:
  5. port: 9874
  6. application:
  7. process-id: 81040
  8. logging-hist: true
  9. etlp-int: false
  10. page-count: 0
  11. scheduling:
  12. process-ggits-etlp: 10 3 3 * * *
  13. ggits-tsinfo-enable: true
  14. ggits-tsinfo-process-id: 81050
  15. ggits-tsinfo-url: http://192.168.24.22:9871/info/ps
  16. cluster:
  17. enabled: true # default: false
  18. id: 1
  19. nodes:
  20. - id: 1 # must be 1,2,3,...
  21. ip: 192.168.20.44
  22. port: 13888
  23. - id: 2
  24. ip: 192.168.20.45
  25. port: 13888