application.yml 459 B

12345678910111213141516171819202122232425262728
  1. zookeeper:
  2. host: 127.0.0.1
  3. port: 2181
  4. mongodb:
  5. host: 127.0.0.1
  6. port: 27017
  7. authentication-database: admin
  8. username: test
  9. password: Test@123456
  10. redis:
  11. host: 127.0.0.1
  12. port: 6379
  13. password: Dev@123456
  14. rabbitmq:
  15. host: 127.0.0.1
  16. port: 5672
  17. username: test
  18. password: Test@123456
  19. mysql:
  20. host: 127.0.0.1
  21. port: 3306
  22. username: test
  23. password: Test@123456
  24. es:
  25. host: 127.0.0.1
  26. port: 9200
  27. username: elastic
  28. password: Eastic@123456