|
@@ -10,28 +10,28 @@ server.tomcat.uri-encoding=UTF-8
|
|
|
spring.application.name=teachcloud-report
|
|
|
|
|
|
#\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
-db.host=192.168.10.136
|
|
|
-#db.host=localhost
|
|
|
+#db.host=192.168.10.136
|
|
|
+db.host=localhost
|
|
|
db.port=3306
|
|
|
-db.name=teachcloud-report-617
|
|
|
+db.name=teachcloud_report_test
|
|
|
#db.name=teachcloud-report
|
|
|
db.username=root
|
|
|
-db.password=Qmth87863577!
|
|
|
+db.password=88888888
|
|
|
#db.password=123456789
|
|
|
|
|
|
#redis\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
com.qmth.redis.host=${db.host}
|
|
|
com.qmth.redis.port=6379
|
|
|
com.qmth.redis.db=1
|
|
|
-com.qmth.redis.password=123456
|
|
|
+#com.qmth.redis.password=123456
|
|
|
|
|
|
#mysql\u914D\u7F6E
|
|
|
-com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
|
|
|
-com.qmth.mysql.username=${db.username}
|
|
|
-com.qmth.mysql.password=${db.password}
|
|
|
-com.qmth.mysql.min-idle=40
|
|
|
-com.qmth.mysql.max-pool-size=200
|
|
|
-com.qmth.mysql.log-level=debug
|
|
|
+com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
|
|
|
+com.qmth.datasource.username=${db.username}
|
|
|
+com.qmth.datasource.password=${db.password}
|
|
|
+com.qmth.datasource.min-idle=40
|
|
|
+com.qmth.datasource.max-pool-size=200
|
|
|
+com.qmth.datasource.log-level=debug
|
|
|
|
|
|
#\u963F\u91CC\u4E91OSS\u914D\u7F6E
|
|
|
aliyun.oss.name=oss-cn-shenzhen.aliyuncs.com
|
|
@@ -59,6 +59,7 @@ sys.config.adminLogoUrl=http://qmth-test.oss-cn-shenzhen.aliyuncs.com/frontend/w
|
|
|
#sys.config.autoCreatePdfResetMaxCount=5
|
|
|
sys.config.threadPoolCoreSize=1
|
|
|
sys.config.customThreadPoolCoreSize=true
|
|
|
+sys.config.analyzeThreadPoolCoreSize=false
|
|
|
sys.config.sessionActive=1h
|
|
|
sys.config.reportUrl=http://localhost:9099/#/student-report/
|
|
|
sys.config.loginAuthenUrl=http://localhost:9099/#/login-authen/
|
|
@@ -138,3 +139,7 @@ sms.config.aliyunSMSAuditOverdueCode=SMS_217416271
|
|
|
|
|
|
yun.mark.url=https://www.markingcloud.com
|
|
|
yun.mark.studentScoreApi=/api/exam/student/score
|
|
|
+
|
|
|
+com.qmth.solar.access-key=274f823e5f59410f8b3bb6edcd8e2b6e
|
|
|
+com.qmth.solar.access-secret=y7AO6W0TOdTF8HpWBwGHbp3wfIHsmUKr
|
|
|
+#com.qmth.solar.license=/Users/king/Downloads/tc-dev-wl.lic
|