application-prod.yml:生产环境配置更新.
This commit is contained in:
+20
-5
@@ -7,7 +7,7 @@ server:
|
||||
include-stacktrace: ALWAYS
|
||||
include-message: ALWAYS
|
||||
servlet:
|
||||
context-path: /laws-sinotruk
|
||||
context-path: /byd-structuredplugins-serve
|
||||
compression:
|
||||
enabled: true
|
||||
min-response-size: 1024
|
||||
@@ -205,7 +205,7 @@ jero:
|
||||
backUrl: 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:
|
||||
#文件上传根目录 设置
|
||||
upload: /app/opt/upFiles
|
||||
@@ -247,7 +247,7 @@ jero:
|
||||
minio_url: http://grp-minio.yf-grp:9000
|
||||
minio_name: root
|
||||
minio_pass: Grp2kvs@!dd
|
||||
bucketName: laws-sinotruk
|
||||
bucketName: byd-laws
|
||||
#大屏报表参数设置
|
||||
jmreport:
|
||||
mode: dev
|
||||
@@ -350,7 +350,7 @@ justauth:
|
||||
|
||||
file:
|
||||
# 在线编辑文件下载映射地址
|
||||
downloadUrl: http://localhost:8184/laws-sinotruk/file/
|
||||
downloadUrl: http://localhost:8184/byd-structuredplugins-serve/file/
|
||||
split:
|
||||
path: D://opt//onlyOffice//file//splitImage//
|
||||
# 在线编辑空白docx地址
|
||||
@@ -450,4 +450,19 @@ watermark:
|
||||
# 页边距
|
||||
margin:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user