ggits-etlp-server.yml 596 B

1234567891011121314151617181920212223242526272829303132
  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. logging:
  17. file:
  18. path: ${user.home}/logs/ggits-etlp-server/
  19. cluster:
  20. enabled: true # default: false
  21. id: 1
  22. nodes:
  23. - id: 1 # must be 1,2,3,...
  24. ip: 192.168.20.60
  25. port: 13888
  26. - id: 2
  27. ip: 192.168.20.99
  28. port: 13888