增加缩略图配置
This commit is contained in:
parent
a22d090fd5
commit
7f719dae89
@ -50,22 +50,22 @@ mybatis-plus.global-config.banner=false
|
|||||||
|
|
||||||
#存储类型
|
#存储类型
|
||||||
ufo.storage-type=0
|
ufo.storage-type=0
|
||||||
|
#文件存储路径
|
||||||
ufo.local-storage-path=
|
ufo.local-storage-path=
|
||||||
|
#图片缩略图
|
||||||
|
ufo.thumb-image.width=150
|
||||||
|
ufo.thumb-image.height=150
|
||||||
|
|
||||||
#阿里云oss基本配置
|
#阿里云oss基本配置
|
||||||
ufo.aliyun.oss.endpoint=
|
ufo.aliyun.oss.endpoint=
|
||||||
ufo.aliyun.oss.access-key-id=
|
ufo.aliyun.oss.access-key-id=
|
||||||
ufo.aliyun.oss.access-key-secret=
|
ufo.aliyun.oss.access-key-secret=
|
||||||
ufo.aliyun.oss.bucket-name=
|
ufo.aliyun.oss.bucket-name=
|
||||||
#阿里云oss绑定域名
|
|
||||||
ufo.aliyun.oss.domain=
|
|
||||||
|
|
||||||
#FastDFS配置
|
#FastDFS配置
|
||||||
fdfs.so-timeout=1501
|
fdfs.so-timeout=1501
|
||||||
fdfs.connect-timeout=601
|
fdfs.connect-timeout=601
|
||||||
fdfs.thumb-image.width=150
|
fdfs.tracker-list=127.0.0.1:22122
|
||||||
fdfs.thumb-image.height=150
|
|
||||||
fdfs.tracker-list=127.0.0.1:22122
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user