update prod配置文件
This commit is contained in:
@@ -22,8 +22,8 @@ management:
|
|||||||
spring:
|
spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 500MB
|
max-file-size: 10MB
|
||||||
max-request-size: 500MB
|
max-request-size: 10MB
|
||||||
messages:
|
messages:
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
mail:
|
mail:
|
||||||
@@ -101,7 +101,7 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
druid:
|
druid:
|
||||||
stat-view-servlet:
|
stat-view-servlet:
|
||||||
enabled: true
|
enabled: false
|
||||||
loginUsername: druid
|
loginUsername: druid
|
||||||
loginPassword: druid
|
loginPassword: druid
|
||||||
allow:
|
allow:
|
||||||
@@ -115,7 +115,7 @@ spring:
|
|||||||
min-idle: 5
|
min-idle: 5
|
||||||
maxActive: 20
|
maxActive: 20
|
||||||
# 配置获取连接等待超时的时间
|
# 配置获取连接等待超时的时间
|
||||||
maxWait: 60000
|
maxWait: 300000
|
||||||
# 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
|
# 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
|
||||||
timeBetweenEvictionRunsMillis: 60000
|
timeBetweenEvictionRunsMillis: 60000
|
||||||
# 配置一个连接在池中最小生存的时间,单位是毫秒
|
# 配置一个连接在池中最小生存的时间,单位是毫秒
|
||||||
@@ -134,7 +134,7 @@ spring:
|
|||||||
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000;druid.stat.logSlowSql\=true
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000;druid.stat.logSlowSql\=true
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
url: jdbc:p6spy:mysql://10.186.40.44:8921/laws_sinotrunk_grp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:p6spy:mysql://10.186.40.44:8921/laws_sinotrunk_grp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true
|
||||||
username: law_dev
|
username: law_dev
|
||||||
password: Lawdev!@#1234
|
password: Lawdev!@#1234
|
||||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||||
@@ -191,9 +191,9 @@ mybatis-plus:
|
|||||||
id-type: ASSIGN_ID
|
id-type: ASSIGN_ID
|
||||||
# 默认数据库表下划线命名
|
# 默认数据库表下划线命名
|
||||||
table-underline: true
|
table-underline: true
|
||||||
# configuration:
|
# configuration:
|
||||||
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
||||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
# 返回类型为Map,显示null对应的字段
|
# 返回类型为Map,显示null对应的字段
|
||||||
# call-setters-on-nulls: true
|
# call-setters-on-nulls: true
|
||||||
#jero专用配置
|
#jero专用配置
|
||||||
@@ -201,17 +201,23 @@ jero:
|
|||||||
# 签名密钥串(前后端要一致,正式发布请自行修改)
|
# 签名密钥串(前后端要一致,正式发布请自行修改)
|
||||||
signatureSecret: dd05f1c54d63749eda95f9fa6d49v442a
|
signatureSecret: dd05f1c54d63749eda95f9fa6d49v442a
|
||||||
# 本地:local\Minio:minio\阿里云:alioss
|
# 本地:local\Minio:minio\阿里云:alioss
|
||||||
uploadType: local
|
uploadType: minio
|
||||||
backUrl: http://localhost:3000
|
backUrl: http://localhost:3000
|
||||||
backUrlPhone: http://localhost:3000
|
backUrlPhone: http://localhost:3000
|
||||||
#拆分图片展示地址
|
#拆分图片展示地址
|
||||||
splitUrl: http://localhost:8080
|
splitUrl: http://laws-test.sinotruk.com/laws-sinotruk/sys/split/file/getImage?fileName=
|
||||||
path:
|
path:
|
||||||
#文件上传根目录 设置
|
#文件上传根目录 设置
|
||||||
upload: /app/opt/upFiles
|
upload: /app/opt/upFiles
|
||||||
#webapp文件路径
|
#webapp文件路径
|
||||||
webapp: /app/opt/webapp
|
webapp: /app/opt/webapp
|
||||||
uploadCos: 1
|
uploadCos: 1
|
||||||
|
#导出pdf临时文件路径 设置
|
||||||
|
exportPdfTempPath: D://opt//exportTemp/
|
||||||
|
#导出excel临时文件路径 设置
|
||||||
|
exportExcelTempPath: D://opt//exportExcelTemp
|
||||||
|
#仿宋体字体文件路径 设置
|
||||||
|
simfangFontFilePath: D://opt//simfangFontFilePath//simfang.ttf
|
||||||
shiro:
|
shiro:
|
||||||
excludeUrls: /test/jeroDemo/demo3,/test/jeroDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
excludeUrls: /test/jeroDemo/demo3,/test/jeroDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
||||||
#阿里云oss存储配置
|
#阿里云oss存储配置
|
||||||
@@ -236,10 +242,10 @@ jero:
|
|||||||
file-view-domain: 127.0.0.1:8012
|
file-view-domain: 127.0.0.1:8012
|
||||||
# minio文件上传
|
# minio文件上传
|
||||||
minio:
|
minio:
|
||||||
minio_url: http://minio.jero.com
|
minio_url: http://grp-minio.yf-grp:9000
|
||||||
minio_name: ??
|
minio_name: root
|
||||||
minio_pass: ??
|
minio_pass: bpm@2023
|
||||||
bucketName: otatest
|
bucketName: laws-sinotruk
|
||||||
#大屏报表参数设置
|
#大屏报表参数设置
|
||||||
jmreport:
|
jmreport:
|
||||||
mode: dev
|
mode: dev
|
||||||
@@ -280,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,onlyofficevue.sinotruk.com
|
whiteUrls: localhost:3000,localhost:8080,localhost:62345,laws-test.sinotruk.com
|
||||||
# xss白名单
|
# xss白名单
|
||||||
xssExcludedPages: /login,/updatePassword
|
xssExcludedPages: /login,/updatePassword
|
||||||
# cors白名单
|
# cors白名单
|
||||||
notFilter:
|
notFilter:
|
||||||
# origin地址
|
# origin地址
|
||||||
originIp: http://localhost:3000,http://onlyofficevue.sinotruk.com
|
originIp: http://localhost:3000,http://localhost:62345,http://laws-test.sinotruk.com
|
||||||
# 加密默认值
|
# 加密默认值
|
||||||
password:
|
password:
|
||||||
pbe:
|
pbe:
|
||||||
@@ -303,11 +309,13 @@ logging:
|
|||||||
level:
|
level:
|
||||||
com.jero.modules.system.mapper : info
|
com.jero.modules.system.mapper : info
|
||||||
#swagger
|
#swagger
|
||||||
|
swagger:
|
||||||
|
enabled: false
|
||||||
knife4j:
|
knife4j:
|
||||||
#开启增强配置
|
#开启增强配置
|
||||||
enable: true
|
enable: true
|
||||||
#开启生产环境屏蔽,为true,则knife4j无法访问
|
#开启生产环境屏蔽,为true,则knife4j无法访问
|
||||||
production: false
|
production: true
|
||||||
basic:
|
basic:
|
||||||
enable: false
|
enable: false
|
||||||
username: jero
|
username: jero
|
||||||
@@ -345,5 +353,49 @@ file:
|
|||||||
sourceFilePath: /app/onlyoffice/DOCX.docx
|
sourceFilePath: /app/onlyoffice/DOCX.docx
|
||||||
path: /app/onlyoffice/file/
|
path: /app/onlyoffice/file/
|
||||||
|
|
||||||
|
iam:
|
||||||
|
bimRemoteUser: srmsIam
|
||||||
|
bimRemotePwd: srmsIam2023
|
||||||
|
# bimRemoteUser: bbcadmin
|
||||||
|
# bimRemotePwd: P@ssw0rd
|
||||||
|
bpmcAppkey: test
|
||||||
|
|
||||||
|
# Hiwork集成
|
||||||
|
hiwork:
|
||||||
|
ip: http://task-test.sinotruk.com/
|
||||||
|
# 异构系统标识
|
||||||
|
sysCode: test
|
||||||
|
# 统一待办集成
|
||||||
|
todoUrl: taskapi/task.basedata/integrationCall/workflowIntegration
|
||||||
|
# 统一消息集成
|
||||||
|
messageUrl: taskapi/task.basedata/notice/noticeCalls/send
|
||||||
|
# 是否发送消息
|
||||||
|
isSend: false
|
||||||
|
|
||||||
|
# 汽车标准数字化平台ASMS
|
||||||
|
asms:
|
||||||
|
host: http://standard.catarc.org.cn/
|
||||||
|
# 测试账号用户名
|
||||||
|
username: ceshi
|
||||||
|
# 测试账号密码
|
||||||
|
password: Catarc@333
|
||||||
|
# token过期时间(单位:小时)
|
||||||
|
expire: 48
|
||||||
|
|
||||||
|
# 单点登录配置(所有配置信息需要协调注册,现在都为假)
|
||||||
|
oauth:
|
||||||
|
# 客户端应用注册ID--客户申请的:SRMS
|
||||||
|
clientId: SRMS
|
||||||
|
# 客户端应用注册密钥 客户申请的:58a1001438de462193bec307826463c2
|
||||||
|
clientSecret: 58a1001438de462193bec307826463c2
|
||||||
|
# 授权码验证
|
||||||
|
grantType: authorization_code
|
||||||
|
# 通过授权码获取accessToken请求地址
|
||||||
|
accessTokenUrl: https://iam-uat.sinotruk.com:7011/idp/oauth2/getToken
|
||||||
|
# 通过accessToken获取账号信息请求地址
|
||||||
|
userInfoUrl: https://iam-uat.sinotruk.com:7011/idp/oauth2/getUserInfo
|
||||||
|
# 防止跨站请求伪造(CSRF)标识(暂时不用)
|
||||||
|
state: zhongQi
|
||||||
|
|
||||||
# 起草部门部门名称
|
# 起草部门部门名称
|
||||||
draftDepartName: 流程与标准化
|
draftDepartName: 流程与标准化
|
||||||
Reference in New Issue
Block a user