You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

172 lines
5.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 数据库信息
driverClassName=com.mysql.cj.jdbc.Driver
user = root
password =DsideaL147258369
jdbcUrl = jdbc:mysql://10.10.14.187:22066/ccxmsp_db?useUnicode=true&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
# 是否打印完整的SQL
showFullSql=true
# Sql配置文件的物理路径
WindowsSqlPath=E:/Work/CcXmsp/baseServiceJava/WebRoot/WEB-INF/classes/Sql
CentosSqlPath=/usr/local/tomcat8/webapps/baseService/WEB-INF/classes/Sql
# redis服务的ip
redis_ip=10.10.14.242
# redis服务的port
redis_port=18890
# LDAP的设置====================================================
# ldap服务器地址
ldap_url=ldap://10.10.14.121:389/
# 根目录
ldap_basedn= dc=qq,dc=com
# 管理员帐号
ldap_admin=cn=Manager,dc=qq,dc=com
# 管理员密码
ldap_pwd=ldappassword
# ==============================================================
# 统一认证中心的地址
SSO_SERVER_NW=http://10.10.14.242/dsssoserver
SSO_SERVER_WW=http://1.189.111.86:7777/dsssoserver
# ==============================================================
# 集成系统上传logo的目录位置
IntegratedUploadPicPath=uploadPic
# 生成Token的密码
CookieMd5SingPwd=DsideaL4r5t6y7u
# MysqlAES加密解密的密码
AesPwd=DsideaL4r5t6y7u!
# 在云存储上保存的备份天数
backup_remain_days=30
#OSS(阿里云云存储)
oss_accessKeyId=w5c4HJfSXoegx74M
oss_accessKeySecret=qeIiYsq8ec6KYvB3DqpnDX03MUSvtI
oss_endpoint =http://oss-cn-qingdao.aliyuncs.com/
oss_bucket_name = dsideal-yy
#OBS(华为云云存储)
#obs_accessKeyId=WAFBGJACKDOQZDH1MKZ1
#obs_accessKeySecret=dlWTUbqgCICaYJG3n0Rot4jXaen2HnfFtMVxiPEo
#obs_bucket_name=dsideal
#bs_endpoint=obs.cn-north-1.myhuaweicloud.com
obs_accessKeyId=QQQH8ZWDO0TEGFBPVLTS
obs_accessKeySecret=7ZMHGckolILAhKymgkDofzdhzv6RR99dHMdQvQNe
obs_bucket_name=wmarkj
obs_endpoint=obs.cn-north-4.myhuaweicloud.com
# 在云存储上备份的路径名称
baseServiceDbBackup=baseServiceDbBackup/
# 管理员邮箱
adminEmailAddress=10402852@qq.com
# 口令,注意这里是腾讯的授权码,可不是什么 QQ密码或者独立密码
# http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
mail_pass=jfdbifdxsahlbjjf
#手机短信的签名
SmsSignName=教育云平台
#手机短信的模板
SmsTemplateCode=SMS_151766608
# 导出excel 的模板配置路径
excelExportTemplatePathSuffix=/WEB-INF/classes/ExcelExportTemplate/
# 导入excel 的模板配置路径
ExcelImportTemplatePathSuffix=/WEB-INF/classes/ExcelImportTemplate/
# 生成准考证的pdf模板配置路径
ZunKaoZhengExportTemplatePathSuffix=/html/pages/zhaosheng/ZunKaoZhengPdf/
# 生成录取通知书的pdf模板配置路径
LuQuPdfExportTemplatePathSuffix=/html/pages/zhaosheng/LuQuPdf/
# 生成毕业证书的pdf模板配置路径
GraduateCertificatePDFExportTemplatePathSuffix=/html/pages/xueji/GraduateCertificateTemplate/
# 生成毕业证书的pdf文件配置路径
GraduateCertificatePDFExportFilePathSuffix=/html/pages/xueji/GraduateCertificateFile/
# 生成学生来源的模板配置路径
StuSourceExcelExportTemplatePathSuffix=/html/pages/xueji/StuSourceTemplate/
# 生成学生来源的文件配置路径
StuSourceExcelExportFilePathSuffix=/html/pages/xueji/StuSourceFile/
# 生成准考证的学生照片位置路径
ZunKaoZhengStudentImagePath=/html/pages/zhaosheng/StudentImage/
# QQ登录
qq.app.id=101470748
qq.app.key=5abec826d65379561edbf4458db1de04
qq.redirect.uri=http://10.10.6.179/third/qqLogin
# 微信登录
wx.app.id=wx4628eaa32a22c666
wx.app.secret=cdd205c29367a1cb7213b6cf9fa87a6c
# 微信公众平台业务域名
wx.domain.ip=zh.hayouzhuan.org.cn
#KAFKA服务器位置
KAFKA_HOST=192.168.2.199
KAFKA_PORT=9092
#使用地区码
area_code=haerbinshizhuan
#系统可以接受的与调用方的系统时间最大差,单位分
AllowMachineMinutes=100
# 允许一个appid一天取几次accessToken
AllowAccessCount=10000
# token的过期时间单位分
TokenExpireMinutes=240
# redis中appid-->token查找的前缀后面加上appid
AppidTokenPrefix=appid_token_
# redis中token的前缀
TokenPrefix=token_
# 使用哪种统一认证
SSO_BY=1
# 单服务器地址
elasticsearch.rest.hostNames=127.0.0.1:9200
# slice scroll查询线程池线程数
elasticsearch.sliceScrollThreadCount=500
# 等待队列长度
elasticsearch.sliceScrollThreadQueue=500
# dsl配置文件热加载扫描时间间隔毫秒为单位默认5秒扫描一次<= 0时关闭扫描机制
dslfile.refreshInterval = -1
#http链接池配置
http.timeoutConnection = 400000
http.timeoutSocket = 400000
http.connectionRequestTimeout=400000
http.retryTime = 1
http.maxLineLength = -1
http.maxHeaderCount = 200
http.maxTotal = 400
http.defaultMaxPerRoute = 200
## 参考地址:
## https://my.oschina.net/bboss/blog/1801273
## 集群地址用逗号分隔
#elasticsearch.rest.hostNames=10.180.211.27:9280,10.180.211.27:9281,10.180.211.27:9282
# 内部IP段起始
IntranetIP=192,172,10,127
# wopi协议的指定文件位置也可以理解为上传的文件位置,最好hash化
UploadFilesPath=/usr/local/tomcat8/webapps/baseService/upload/