application-test.yml 345 B

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