|
@@ -10,7 +10,7 @@ ruoyi:
|
|
|
demoEnabled: false
|
|
|
isPolar: true
|
|
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /u03/cpmsfile/uploadPath)
|
|
|
- profile: /u03/cpmsfile/uploadPath
|
|
|
+ profile: D:/ruoyi/uploadPath
|
|
|
# 邮件中链接跳转路径 示例(本地:http://localhost/cpms/index.html#,服务器:http://47.114.101.16:8080/cpms/index.html# https://cpms.basf-ypc.net.cn/cpms/index.html#)
|
|
|
requestJumpPath: https://cpms.basf-ypc.net.cn/cpms/index.html#
|
|
|
# 图像识别地址
|
|
@@ -192,7 +192,7 @@ jodconverter:
|
|
|
enabled: true
|
|
|
# 设置LibreOffice主目录
|
|
|
# office-home: /opt/libreoffice7.2 C:/Program Files/LibreOffice
|
|
|
- office-home: /opt/libreoffice7.2
|
|
|
+ office-home: C:/Program Files/LibreOffice
|
|
|
max-tasks-per-process: 100
|
|
|
port-numbers: 8100
|
|
|
# 开启多个LibreOffice进程,每个端口对应一个进程
|