application-dev.yml 668 B

1234567891011121314151617181920212223242526272829
  1. log:
  2. enabled: false
  3. ws-url: ws://bnt.reghao.cn/ws/log/push
  4. token: 012345678
  5. dubbo:
  6. registry:
  7. address: zookeeper://localhost:2181
  8. spring:
  9. cloud:
  10. discovery:
  11. enabled: true
  12. rabbitmq:
  13. host: localhost
  14. port: 5672
  15. virtual-host: /
  16. username: dev
  17. password: Dev@123456
  18. datasource:
  19. url: jdbc:mysql://localhost:3306/tnb_account_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
  20. username: dev
  21. password: Dev@123456
  22. eureka:
  23. instance:
  24. prefer-ip-address: true
  25. client:
  26. register-with-eureka: true
  27. fetch-registry: true
  28. service-url:
  29. defaultZone: http://localhost:6060/eureka/