mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-03 07:56:38 +00:00
feat: 移除 FastDFS 模块
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
spring:
|
||||
profiles:
|
||||
include: [common-prod]
|
||||
include: [ common-prod ]
|
||||
|
||||
#静态文件路径配置
|
||||
resources:
|
||||
@ -18,7 +18,7 @@ templates:
|
||||
pic:
|
||||
save:
|
||||
type: 2 #图片保存方式, 1不保存,使用爬取的网络图片 ,2保存在自己的存储介质
|
||||
storage: local #存储介质,local:本地,OSS:阿里云对象存储,fastDfs:分布式文件系统
|
||||
storage: local #存储介质,local:本地,OSS:阿里云对象存储
|
||||
path: /var/pic #图片保存路径
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user