application-docker-prod.yml 570 B

1234567891011121314151617181920
  1. eureka:
  2. instance:
  3. hostname: saas-commons-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.103
  11. port: 5672
  12. virtual-host: docker
  13. username: saas
  14. password: select123***
  15. datasource:
  16. url: jdbc:mysql://10.10.100.18:3306/saas_biz?characterEncoding=utf-8&useSSL=false&allowMultiQueries=true
  17. username: saas
  18. password: select111***
  19. logging:
  20. destination: 10.10.100.160:5000