application-dev.yml 514 B

12345678910111213141516171819202122
  1. log:
  2. enabled: true
  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. zookeeper:
  13. connect-string: localhost:2181
  14. redis:
  15. database: 0
  16. host: localhost
  17. port: 6379
  18. password: Dev@123456
  19. datasource:
  20. url: jdbc:mysql://localhost:3306/tnb_content_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
  21. username: dev
  22. password: Dev@123456