application-docker-prod.yml 601 B

1234567891011121314151617181920212223
  1. eureka:
  2. instance:
  3. hostname: saas-datacenter-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_manage?characterEncoding=utf-8&useSSL=false
  17. username: saas
  18. password: select111***
  19. redis:
  20. host: 10.10.100.173
  21. port: 6379
  22. logging:
  23. destination: 10.10.100.160:5000