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