update 客户生产环境配置文件 application-prod.yml
This commit is contained in:
@@ -17,7 +17,6 @@ management:
|
||||
server:
|
||||
port: -1
|
||||
endpoints:
|
||||
#关闭actuator监控
|
||||
enabled-by-default: false
|
||||
|
||||
spring:
|
||||
@@ -206,7 +205,7 @@ jero:
|
||||
backUrl: 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:
|
||||
#文件上传根目录 设置
|
||||
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
|
||||
# 跨站白名单
|
||||
whiteUrls: localhost:3000,localhost:8080,localhost:62345,laws-test.sinotruk.com
|
||||
whiteUrls: localhost:3000,localhost:8080,localhost:62345,laws.sinotruk.com
|
||||
# xss白名单
|
||||
xssExcludedPages: /login,/updatePassword
|
||||
# cors白名单
|
||||
notFilter:
|
||||
# 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:
|
||||
pbe:
|
||||
@@ -365,13 +364,13 @@ iam:
|
||||
hiwork:
|
||||
ip: http://task-test.sinotruk.com/
|
||||
# 异构系统标识
|
||||
sysCode: test
|
||||
sysCode: SRMS
|
||||
# 统一待办集成
|
||||
todoUrl: taskapi/task.basedata/integrationCall/workflowIntegration
|
||||
# 统一消息集成
|
||||
messageUrl: taskapi/task.basedata/notice/noticeCalls/send
|
||||
# 是否发送消息
|
||||
isSend: false
|
||||
isSend: true
|
||||
|
||||
# 汽车标准数字化平台ASMS
|
||||
asms:
|
||||
@@ -399,7 +398,4 @@ oauth:
|
||||
state: zhongQi
|
||||
|
||||
# 起草部门部门名称
|
||||
draftDepartName: 流程与标准化
|
||||
|
||||
# 管理员权限roleCode,多填用英文逗号拼接
|
||||
adminRoleCode: admin
|
||||
draftDepartName: 流程与标准化
|
||||
Reference in New Issue
Block a user