ggits-comm-server.yml 480 B

1234567891011121314151617181920212223242526272829
  1. spring:
  2. profiles:
  3. active: prod
  4. server:
  5. port: 9873
  6. application:
  7. process-id: 91030
  8. ggits-server-ip: 192.168.24.22
  9. comm-fail-seconds: 30
  10. kafka:
  11. bootstrap-servers: 192.168.11.23:9092
  12. enable-node: false
  13. enable-sig: false
  14. logging:
  15. file:
  16. path: ${user.home}/logs/ggits-comm-server/
  17. cluster:
  18. id: 1
  19. nodes:
  20. - id: 1 # must be 1,2,3,...
  21. ip: 192.168.10.81
  22. port: 13840
  23. - id: 2
  24. ip: 192.168.10.82
  25. port: 13840