application-prod.yml:生产环境配置更新.

This commit is contained in:
wangzhijiang
2024-03-12 11:18:20 +08:00
parent c94e86ea28
commit 3157459877
@@ -7,7 +7,7 @@ server:
include-stacktrace: ALWAYS include-stacktrace: ALWAYS
include-message: ALWAYS include-message: ALWAYS
servlet: servlet:
context-path: /laws-sinotruk context-path: /byd-structuredplugins-serve
compression: compression:
enabled: true enabled: true
min-response-size: 1024 min-response-size: 1024
@@ -205,7 +205,7 @@ jero:
backUrl: http://localhost:3000 backUrl: http://localhost:3000
backUrlPhone: http://localhost:3000 backUrlPhone: http://localhost:3000
#拆分图片展示地址 #拆分图片展示地址
splitUrl: http://srms.sinotruk.com/laws-sinotruk/sys/split/file/getImage?fileName= splitUrl: http://srms.sinotruk.com/byd-structuredplugins-serve/sys/split/file/getImage?fileName=
path: path:
#文件上传根目录 设置 #文件上传根目录 设置
upload: /app/opt/upFiles upload: /app/opt/upFiles
@@ -247,7 +247,7 @@ jero:
minio_url: http://grp-minio.yf-grp:9000 minio_url: http://grp-minio.yf-grp:9000
minio_name: root minio_name: root
minio_pass: Grp2kvs@!dd minio_pass: Grp2kvs@!dd
bucketName: laws-sinotruk bucketName: byd-laws
#大屏报表参数设置 #大屏报表参数设置
jmreport: jmreport:
mode: dev mode: dev
@@ -350,7 +350,7 @@ justauth:
file: file:
# 在线编辑文件下载映射地址 # 在线编辑文件下载映射地址
downloadUrl: http://localhost:8184/laws-sinotruk/file/ downloadUrl: http://localhost:8184/byd-structuredplugins-serve/file/
split: split:
path: D://opt//onlyOffice//file//splitImage// path: D://opt//onlyOffice//file//splitImage//
# 在线编辑空白docx地址 # 在线编辑空白docx地址
@@ -450,4 +450,19 @@ watermark:
# 页边距 # 页边距
margin: margin:
top: 100 top: 100
left: 60 left: 60
# 特殊公式处理服务URL
mathToImg:
url: http://127.0.0.1:9998/mathToImg
# onlyOffice在线编辑页Url
onlyOffice:
editorUrl: http://39.98.140.126:8999/editor?
previewUrl: http://39.98.140.126:8889/onlyOffice?
# 与比亚迪对接,调用的URL地址
byd:
uploadFileUrl: http://127.0.0.1:9998/ipd-files/file/v1/upload
saveBaseLineDocIdUrl: http://127.0.0.1:9998/api/qbp/organization/saveBaseLineDocId
splitResultUrl: http://127.0.0.1:9998/api/qbp/library/structured
downLoadFileUrl: http://127.0.0.1:9998/ipd-files/file/downLoad