2023年7月23日 更改配置文件

This commit is contained in:
bai 2023-07-23 12:06:42 +08:00
parent 1a06755c38
commit 2dd6c98930
2 changed files with 49 additions and 1 deletions

View File

@ -294,3 +294,27 @@ third-app:
# appSecret
client-secret: ??
agent-id: ??
# libreOffice5
libreOffice:
url: 127.0.0.1
port: 8100
# 媒体处理器
ffmpeg:
# 根路径
path: D:\ProgramGreeFile\ffmpeg\bin
# 压缩相关
compress:
# 是否开启压缩【true:开启压缩 | false:关闭压缩 】
enable: false
# 日志等级,【 quiet | panic | fatal | error | warning | info | verbose | debug | trace】默认值为info
loglevel: error
# 执行命令的核心文件
executableFile: ${ffmpeg.path}\ffmpeg.exe
# 压缩比,正整数,数越大压缩比越高
compressionRatio: 50
# 是否覆盖输出文件【 y:覆盖 | n:不覆盖 】
isOverwrite: y
# 是否删除源文件【 true:删除源文件 | false:不删除源文件 】
isDeleteSourceFile: true
# 压缩文件扩展名范围
extensionFilter: png,jpg,jpeg

View File

@ -301,4 +301,28 @@ third-app:
client-id: ??
# appSecret
client-secret: ??
agent-id: ??
agent-id: ??
# libreOffice5
libreOffice:
url: 127.0.0.1
port: 8100
# 媒体处理器
ffmpeg:
# 根路径
path: D:\ProgramGreeFile\ffmpeg\bin
# 压缩相关
compress:
# 是否开启压缩【true:开启压缩 | false:关闭压缩 】
enable: false
# 日志等级,【 quiet | panic | fatal | error | warning | info | verbose | debug | trace】默认值为info
loglevel: error
# 执行命令的核心文件
executableFile: ${ffmpeg.path}\ffmpeg.exe
# 压缩比,正整数,数越大压缩比越高
compressionRatio: 50
# 是否覆盖输出文件【 y:覆盖 | n:不覆盖 】
isOverwrite: y
# 是否删除源文件【 true:删除源文件 | false:不删除源文件 】
isDeleteSourceFile: true
# 压缩文件扩展名范围
extensionFilter: png,jpg,jpeg