application.yml 378 B

1234567891011121314151617181920212223
  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