|
@@ -1,4 +1,4 @@
|
|
|
-server.port=7005
|
|
|
+server.port=8005
|
|
|
#tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
|
|
|
server.tomcat.threads.max=2500
|
|
|
#tomcat\u6700\u5927\u8FDE\u63A5\u6570
|
|
@@ -11,15 +11,15 @@ spring.application.name=teachcloud-report
|
|
|
|
|
|
#\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
db.host=192.168.10.136
|
|
|
-db.port=3306
|
|
|
-db.name=teachcloud-report
|
|
|
-db.username=root
|
|
|
-db.password=Qmth87863577!
|
|
|
+db.port=3307
|
|
|
+db.name=teachcloud_report_test
|
|
|
+db.username=teachcloud_report_test
|
|
|
+db.password=teachcloud_report_test
|
|
|
|
|
|
#redis\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
com.qmth.redis.host=${db.host}
|
|
|
+com.qmth.redis.db=15
|
|
|
com.qmth.redis.port=6379
|
|
|
-com.qmth.redis.db=1
|
|
|
com.qmth.redis.password=123456
|
|
|
|
|
|
#mysql\u914D\u7F6E
|
|
@@ -44,8 +44,8 @@ sys.config.attachmentType=.xlsx,.xls,.doc,.docx,.pdf,.jpg,.jpeg,.png,.html,.zip,
|
|
|
sys.config.attachmentLength=100
|
|
|
sys.config.attachmentSize=200
|
|
|
sys.config.serverUpload=
|
|
|
-sys.config.fileHost=localhost:7004
|
|
|
-sys.config.serverHost=localhost:7004
|
|
|
+sys.config.fileHost=192.168.10.136:8005
|
|
|
+sys.config.serverHost=192.168.10.136:8005
|
|
|
#sys.config.accessKey=0bce69d94a7b4aef8bc0badf150351a9
|
|
|
#sys.config.accessSecret=LdUwb5X4etmjW7fDn0KAdoXG0Yt7AkDu
|
|
|
sys.config.accessKey=274f823e5f59410f8b3bb6edcd8e2b6e
|
|
@@ -56,7 +56,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.reportUrl=http://localhost:7004/#/student-report/
|
|
|
+sys.config.reportUrl=http://192.168.10.136:7005/#/student-report/
|
|
|
spring.resources.static-locations=file:${sys.config.serverUpload},classpath:/META-INF/resources/,classpath:/resources/
|
|
|
|
|
|
org.center.url=https://solar.qmth.com.cn
|
|
@@ -95,7 +95,7 @@ prefix.url.analyze=report/analyze
|
|
|
|
|
|
#\u65E5\u5FD7\u914D\u7F6E
|
|
|
com.qmth.logging.root-level=info
|
|
|
-com.qmth.logging.file-path=/Users/king/Downloads/teachcloud-report.log
|
|
|
+com.qmth.logging.file-path=./logs/teachcloud-report.log
|
|
|
|
|
|
#\u5F15\u5165task\u914D\u7F6E\u6587\u4EF6
|
|
|
spring.profiles.include=task
|