update 客户生产环境配置文件 application-prod.yml
This commit is contained in:
@@ -17,7 +17,6 @@ management:
|
|||||||
server:
|
server:
|
||||||
port: -1
|
port: -1
|
||||||
endpoints:
|
endpoints:
|
||||||
#关闭actuator监控
|
|
||||||
enabled-by-default: false
|
enabled-by-default: false
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
@@ -206,7 +205,7 @@ jero:
|
|||||||
backUrl: http://localhost:3000
|
backUrl: http://localhost:3000
|
||||||
backUrlPhone: http://localhost:3000
|
backUrlPhone: http://localhost:3000
|
||||||
#拆分图片展示地址
|
#拆分图片展示地址
|
||||||
splitUrl: http://laws-test.sinotruk.com/laws-sinotruk/sys/split/file/getImage?fileName=
|
splitUrl: http://srms.sinotruk.com/laws-sinotruk/sys/split/file/getImage?fileName=
|
||||||
path:
|
path:
|
||||||
#文件上传根目录 设置
|
#文件上传根目录 设置
|
||||||
upload: /app/opt/upFiles
|
upload: /app/opt/upFiles
|
||||||
@@ -287,13 +286,13 @@ jero:
|
|||||||
# 文件限制后缀黑名单
|
# 文件限制后缀黑名单
|
||||||
fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin,$DATA
|
fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin,$DATA
|
||||||
# 跨站白名单
|
# 跨站白名单
|
||||||
whiteUrls: localhost:3000,localhost:8080,localhost:62345,laws-test.sinotruk.com
|
whiteUrls: localhost:3000,localhost:8080,localhost:62345,laws.sinotruk.com
|
||||||
# xss白名单
|
# xss白名单
|
||||||
xssExcludedPages: /login,/updatePassword
|
xssExcludedPages: /login,/updatePassword
|
||||||
# cors白名单
|
# cors白名单
|
||||||
notFilter:
|
notFilter:
|
||||||
# origin地址
|
# origin地址
|
||||||
originIp: http://localhost:3000,http://localhost:62345,http://laws-test.sinotruk.com
|
originIp: http://localhost:3000,http://localhost:62345,http://laws.sinotruk.com
|
||||||
# 加密默认值
|
# 加密默认值
|
||||||
password:
|
password:
|
||||||
pbe:
|
pbe:
|
||||||
@@ -365,13 +364,13 @@ iam:
|
|||||||
hiwork:
|
hiwork:
|
||||||
ip: http://task-test.sinotruk.com/
|
ip: http://task-test.sinotruk.com/
|
||||||
# 异构系统标识
|
# 异构系统标识
|
||||||
sysCode: test
|
sysCode: SRMS
|
||||||
# 统一待办集成
|
# 统一待办集成
|
||||||
todoUrl: taskapi/task.basedata/integrationCall/workflowIntegration
|
todoUrl: taskapi/task.basedata/integrationCall/workflowIntegration
|
||||||
# 统一消息集成
|
# 统一消息集成
|
||||||
messageUrl: taskapi/task.basedata/notice/noticeCalls/send
|
messageUrl: taskapi/task.basedata/notice/noticeCalls/send
|
||||||
# 是否发送消息
|
# 是否发送消息
|
||||||
isSend: false
|
isSend: true
|
||||||
|
|
||||||
# 汽车标准数字化平台ASMS
|
# 汽车标准数字化平台ASMS
|
||||||
asms:
|
asms:
|
||||||
@@ -399,7 +398,4 @@ oauth:
|
|||||||
state: zhongQi
|
state: zhongQi
|
||||||
|
|
||||||
# 起草部门部门名称
|
# 起草部门部门名称
|
||||||
draftDepartName: 流程与标准化
|
draftDepartName: 流程与标准化
|
||||||
|
|
||||||
# 管理员权限roleCode,多填用英文逗号拼接
|
|
||||||
adminRoleCode: admin
|
|
||||||
Reference in New Issue
Block a user