rota-utic-client.yml 508 B

123456789101112131415161718192021222324252627282930
  1. spring:
  2. profiles:
  3. active: dev
  4. application:
  5. name: rota-utic-client
  6. datasource:
  7. hikari:
  8. pool-name: pool-rota-utic-client1
  9. server:
  10. port: 9872
  11. application:
  12. process-id: 70060
  13. process-name: rota-utic-client
  14. logging:
  15. file:
  16. path: ${user.dir}/logs/rota-utic-client/
  17. cluster:
  18. enabled: true # default: false
  19. id: 1
  20. nodes:
  21. - id: 1 # must be 1,2,3,...
  22. ip: 192.168.20.44
  23. port: 13888
  24. - id: 2
  25. ip: 192.168.20.45
  26. port: 13888