application-cluster.yml 597 B

1234567891011121314151617181920212223242526
  1. dubbo:
  2. registry:
  3. group: dubbo
  4. protocol: zookeeper
  5. address: 192.168.0.211:2181,192.168.0.212:2181,192.168.0.213:2181
  6. spring:
  7. cloud:
  8. discovery:
  9. enabled: true
  10. data:
  11. mongodb:
  12. host: 192.168.0.211
  13. database: "tnb_content_tdb"
  14. authentication-database: admin
  15. username: test
  16. password: Test@123456
  17. redis:
  18. database: 0
  19. host: 192.168.0.211
  20. port: 6379
  21. password: Test@123456
  22. rabbitmq:
  23. addresses: 192.168.0.211:5672,192.168.0.212:5672,192.168.0.213:5672
  24. virtual-host: /
  25. username: test
  26. password: Test@123456