application-dev.yml 958 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. dubbo:
  2. registry:
  3. group: dubbo
  4. address: zookeeper://localhost:2181
  5. spring:
  6. cloud:
  7. discovery:
  8. enabled: true
  9. data:
  10. mongodb:
  11. host: localhost
  12. database: "tnb_content_rdb"
  13. authentication-database: admin
  14. username: dev
  15. password: Dev@123456
  16. redis:
  17. database: 0
  18. host: localhost
  19. port: 6379
  20. password: Dev@123456
  21. datasource:
  22. url: jdbc:mysql://127.0.0.1/reghao_bnt_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
  23. username: dev
  24. password: Dev@123456
  25. rabbitmq:
  26. host: localhost
  27. port: 5672
  28. virtual-host: /
  29. username: dev
  30. password: Dev@123456
  31. es:
  32. host: 192.168.0.10
  33. port: 9200
  34. username: elastic
  35. password: VLTtN03SSJ4lsyyg56kf
  36. native-lucene-dir: /opt/data/search_data/native_lucene
  37. hibernate-lucene-dir: /opt/data/search_data/hibernate_lucene
  38. eureka:
  39. client:
  40. service-url:
  41. defaultZone: http://localhost:6060/eureka/