application-dev.yml 509 B

123456789101112131415161718192021222324252627
  1. spring:
  2. cloud:
  3. discovery:
  4. enabled: true
  5. redis:
  6. database: 0
  7. host: 127.0.0.1
  8. port: 6379
  9. password: Dev@123456
  10. data:
  11. mongodb:
  12. host: 127.0.0.1
  13. port: 27017
  14. authentication-database: admin
  15. username: dev
  16. password: Dev@123456
  17. database: "tnb_content_rdb"
  18. rabbitmq:
  19. host: localhost
  20. port: 5672
  21. virtual-host: /
  22. username: dev
  23. password: Dev@123456
  24. eureka:
  25. client:
  26. service-url:
  27. defaultZone: http://localhost:6060/eureka/