application-test.yml 363 B

1234567891011121314151617181920
  1. spring:
  2. cloud:
  3. discovery:
  4. enabled: true
  5. data:
  6. redis:
  7. database: 0
  8. host: 192.168.0.209
  9. port: 6379
  10. password: Test@123456
  11. rabbitmq:
  12. host: 192.168.0.209
  13. port: 5672
  14. virtual-host: /
  15. username: test
  16. password: Test@123456
  17. eureka:
  18. client:
  19. service-url:
  20. defaultZone: http://192.168.0.210:6060/eureka/