moct-utic-server.yml 345 B

12345678910111213141516171819202122232425
  1. spring:
  2. profiles:
  3. active: dev
  4. server:
  5. port: 9873
  6. application:
  7. process-id: 70070
  8. white-list-ips:
  9. - 192.168.10.9
  10. logging:
  11. file:
  12. path: ${user.home}/logs/
  13. cluster:
  14. id: 1
  15. nodes:
  16. - id: 1 # must be 1,2,3,...
  17. ip: 192.168.10.71
  18. port: 14888
  19. - id: 2
  20. ip: 192.168.10.72
  21. port: 14888