1
This commit is contained in:
@@ -88,3 +88,14 @@ resilience4j.ratelimiter:
|
||||
timeoutDuration: 0 # 立即失败模式
|
||||
registerHealthIndicator: true
|
||||
|
||||
# 图片转换配置
|
||||
image:
|
||||
convert:
|
||||
# 图片存储路径(转换后的jpg图片存储目录)
|
||||
storage-path: ${user.home}/comment-images
|
||||
# 图片访问基础URL(如果配置,转换后的图片将通过此URL访问)
|
||||
# 例如: http://your-domain.com/images 或 http://localhost:6666/images
|
||||
# 如果为空,则返回本地文件路径
|
||||
# 建议配置为:http://your-domain:6666/images (使用ImageController提供HTTP访问)
|
||||
base-url:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user