application-docker-prod.yml 445 B

12345678910111213141516171819
  1. eureka:
  2. instance:
  3. hostname: saas-socket-server
  4. prefer-ip-address: false
  5. client:
  6. serviceUrl:
  7. defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
  8. spring:
  9. rabbitmq:
  10. host: 10.10.100.40
  11. port: 5672
  12. virtual-host: docker
  13. username: saas
  14. password: select123***
  15. redis:
  16. host: 10.10.100.23
  17. port: 6379
  18. logging:
  19. destination: 10.10.100.40:5000