application-docker-prod.yml 641 B

1234567891011121314151617181920212223242526
  1. eureka:
  2. instance:
  3. hostname: saas-file-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_file?characterEncoding=utf-8&useSSL=false
  17. username: saas
  18. password: select111***
  19. redis:
  20. host: 10.10.100.173
  21. port: 6379
  22. fdfs:
  23. tracker-list:
  24. - 10.10.100.200:22122
  25. logging:
  26. destination: 10.10.100.160:5000