application.yml 399 B

1234567891011121314151617181920212223
  1. zookeeper:
  2. host: 192.168.0.180
  3. port: 2181
  4. mongodb:
  5. host: 192.168.0.180
  6. port: 27017
  7. authentication-database: admin
  8. username: test
  9. password: Test@123456
  10. redis:
  11. host: 192.168.0.180
  12. port: 6379
  13. password: Test@123456
  14. rabbitmq:
  15. host: 192.168.0.180
  16. port: 5672
  17. username: test
  18. password: Test@123456
  19. mysql:
  20. host: 192.168.0.180
  21. port: 3306
  22. username: test
  23. password: Test@123456