Browse Source

1.0.4 配置

xiaofei 2 years ago
parent
commit
9b066de2f4
1 changed files with 10 additions and 13 deletions
  1. 10 13
      src/main/resources/application.properties

+ 10 - 13
src/main/resources/application.properties

@@ -1,32 +1,29 @@
-server.port=7772
+server.port=7773
 
 server.tomcat.threads.max=2500
 server.tomcat.max-connections=2500
 server.tomcat.uri-encoding=UTF-8
 spring.application.name=eds
 
-db.host=localhost
+db.host=192.168.10.136
 db.port=3306
-db.name=eds-1.0.2
-db.username=root
-db.password=12345678
+db.name=eds-test-1.0.1
+db.username=eds-test
+db.password=eds-test
 
+#redis\u6570\u636E\u6E90\u914D\u7F6E
 com.qmth.redis.host=${db.host}
 com.qmth.redis.db=3
 com.qmth.redis.port=6379
-#com.qmth.redis.password=123456
+#com.qmth.redis.password=
 
 com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
 com.qmth.datasource.username=${db.username}
 com.qmth.datasource.password=${db.password}
 com.qmth.mybatis.log-level=debug
 
-com.qmth.fss.config=/Users/xiaofei/qmth/temporary/eds/file-temp
-com.qmth.fss.server=http://192.168.10.140:8001
-
-com.qmth.solar.access-key=274f823e5f59410f8b3bb6edcd8e2b6e
-com.qmth.solar.access-secret=y7AO6W0TOdTF8HpWBwGHbp3wfIHsmUKr
-#com.qmth.solar.license=/Volumes/extend/\u542F\u660E/\u5206\u5E03\u5F0F\u5370\u5237/\u5206\u5E03\u5F0F\u5370\u5237&\u6559\u7814\u5206\u6790v3.1.0/tc-dev-wl.lic
+com.qmth.fss.config=oss://key:secret@teachcloud-print-dev-public.oss-api.qmth.com.cn
+com.qmth.fss.server=https://oss-file.qmth.com.cn/teachcloud-print-dev-public
 
 sys.config.threadPoolCoreSize=1
 sys.config.customThreadPoolCoreSize=true
@@ -48,7 +45,7 @@ spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
 spring.jackson.time-zone=GMT+8
 #\u65E5\u5FD7\u914D\u7F6E
 com.qmth.logging.root-level=info
-com.qmth.logging.file-path=/Users/xiaofei/qmth/temporary/eds/log/eds.log
+com.qmth.logging.file-path=/Users/king/Downloads/eds.log
 #============================================================================
 # \u914D\u7F6EJobStore
 #============================================================================