update application-prod.yml
This commit is contained in:
@@ -229,8 +229,10 @@ jero:
|
||||
staticDomain: jerodev
|
||||
# ElasticSearch 6设置
|
||||
elasticsearch:
|
||||
username: grp
|
||||
password: Grp2023.08
|
||||
cluster-name: jero-ES
|
||||
cluster-nodes: 127.0.0.1:9200
|
||||
cluster-nodes: 10.186.20.129:9200
|
||||
check-enabled: false
|
||||
# 表单设计器配置
|
||||
desform:
|
||||
@@ -286,13 +288,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.sinotruk.com
|
||||
whiteUrls: localhost:3000,localhost:8080,localhost:62345,srms.sinotruk.com
|
||||
# xss白名单
|
||||
xssExcludedPages: /login,/updatePassword
|
||||
# cors白名单
|
||||
notFilter:
|
||||
# origin地址
|
||||
originIp: http://localhost:3000,http://localhost:62345,http://laws.sinotruk.com
|
||||
originIp: http://localhost:3000,http://localhost:62345,http://srms.sinotruk.com
|
||||
# 加密默认值
|
||||
password:
|
||||
pbe:
|
||||
@@ -398,4 +400,4 @@ oauth:
|
||||
state: zhongQi
|
||||
|
||||
# 起草部门部门名称
|
||||
draftDepartName: 流程与标准化
|
||||
draftDepartName: 流程与标准化
|
||||
Reference in New Issue
Block a user