2024年10月10日 补充参数

This commit is contained in:
bai 2024-10-10 16:07:39 +08:00
parent 599bae5e82
commit 36810ecff8
1 changed files with 13 additions and 1 deletions

View File

@ -310,10 +310,22 @@ third-app:
# appSecret
client-secret: ??
agent-id: ??
# libreOffice5
# libreOffice5(旧)弃用
libreOffice:
url: 127.0.0.1
port: 8100
# 文档转换(新)
jodconverter:
# 使用本机作为转换服务器如果使用其它主机作为转换服务器则需要配置remote
# 请参考 org.jodconverter.boot.autoconfigure.JodConverterRemoteProperties
local:
enabled: true
# 为了避免不必要的兼容问题需要配置本机的LibreOffice安装目录
office-home: D:\Program Files\LibreOffice
# 配置LibreOffice的服务端口以逗号分隔每个端口为一个独立的进程
port-numbers: 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
# 配置最大的任务队列
max-tasks-per-process: 100
# 媒体处理器
ffmpeg:
# 根路径