moct-utic-server.yml 308 B

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