123456789101112131415161718192021222324252627 |
- # fdfs 分布式文件服务器
- ---
- spring:
- profiles: dev
- fdfs:
- connect-timeout: 600
- so-timeout: 1500
- thumb-image:
- height: 150
- width: 150
- tracker-list:
- - 192.168.1.206:22122
- ---
- spring:
- profiles: prod
- fdfs:
- connect-timeout: 600
- so-timeout: 1500
- thumb-image:
- height: 150
- width: 150
- tracker-list:
- - 192.168.1.206:22122
|