application-fdfs.yml 364 B

123456789101112131415161718192021222324252627
  1. # fdfs 分布式文件服务器
  2. ---
  3. spring:
  4. profiles: dev
  5. fdfs:
  6. connect-timeout: 600
  7. so-timeout: 1500
  8. thumb-image:
  9. height: 150
  10. width: 150
  11. tracker-list:
  12. - 192.168.1.206:22122
  13. ---
  14. spring:
  15. profiles: prod
  16. fdfs:
  17. connect-timeout: 600
  18. so-timeout: 1500
  19. thumb-image:
  20. height: 150
  21. width: 150
  22. tracker-list:
  23. - 192.168.1.206:22122