ggits-etlp-server.yml 556 B

123456789101112131415161718192021222324252627282930313233
  1. spring:
  2. profiles:
  3. active: prod
  4. server:
  5. port: 9874
  6. application:
  7. process-id: 91040
  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: 91050
  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. id: 1
  21. nodes:
  22. - id: 1 # must be 1,2,3,...
  23. ip: 192.168.10.81
  24. port: 14840
  25. - id: 2
  26. ip: 192.168.10.82
  27. port: 14840