application-test.yml 686 B

12345678910111213141516171819202122232425262728293031
  1. dubbo:
  2. registry:
  3. address: zookeeper://192.168.0.209:2181
  4. spring:
  5. cloud:
  6. discovery:
  7. enabled: true
  8. redis:
  9. database: 0
  10. host: 192.168.0.209
  11. port: 6379
  12. password: Test@123456
  13. datasource:
  14. url: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
  15. username: test
  16. password: Test@123456
  17. rabbitmq:
  18. host: 192.168.0.209
  19. port: 5672
  20. virtual-host: /
  21. username: test
  22. password: Test@123456
  23. es:
  24. host: 192.168.0.10
  25. port: 9200
  26. username: elastic
  27. password: VLTtN03SSJ4lsyyg56kf
  28. eureka:
  29. client:
  30. service-url:
  31. defaultZone: http://192.168.0.210:6060/eureka/