application-docker-prod.yml 465 B

12345678910111213141516171819
  1. eureka:
  2. instance:
  3. hostname: saas-ui-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. data:
  16. mongodb:
  17. uri: mongodb://10.10.100.123:27017/saas_ui
  18. logging:
  19. destination: 10.10.100.160:5000