application.yml 540 B

1234567891011121314151617181920212223242526272829303132
  1. log:
  2. enabled: false
  3. wsUrl: ws://bnt.reghao.cn/ws/log/push
  4. token: 012345678
  5. zookeeper:
  6. host: 127.0.0.1
  7. port: 2181
  8. mongodb:
  9. host: 127.0.0.1
  10. port: 27017
  11. authentication-database: admin
  12. username: test
  13. password: Test@123456
  14. redis:
  15. host: 127.0.0.1
  16. port: 6379
  17. password: Dev@123456
  18. rabbitmq:
  19. host: 127.0.0.1
  20. port: 5672
  21. username: test
  22. password: Test@123456
  23. mysql:
  24. host: 127.0.0.1
  25. port: 3306
  26. username: test
  27. password: Test@123456
  28. es:
  29. host: 127.0.0.1
  30. port: 9200
  31. username: elastic
  32. password: Eastic@123456