|
@@ -10,11 +10,11 @@ server.tomcat.uri-encoding=UTF-8
|
|
|
spring.application.name=teachcloud
|
|
|
|
|
|
#\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
-db.host=192.168.10.83
|
|
|
+db.host=localhost
|
|
|
db.port=3306
|
|
|
-db.name=dps_test
|
|
|
-db.username=dps_test
|
|
|
-db.password=dps_test
|
|
|
+db.name=a
|
|
|
+db.username=root
|
|
|
+db.password=12345678
|
|
|
|
|
|
#redis\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
com.qmth.redis.host=127.0.0.1
|
|
@@ -56,15 +56,15 @@ spring.activiti.history-level=audit
|
|
|
#com.qmth.fss.public.config=oss://key:secret@teachcloud-dps-dev-public.oss-api.qmth.com.cn
|
|
|
#com.qmth.fss.public.server=https://oss-file.qmth.com.cn/teachcloud-dps-dev-public
|
|
|
|
|
|
-com.qmth.fss.public.config=../static/
|
|
|
-com.qmth.fss.public.server=/static/
|
|
|
-com.qmth.fss.private.config=../static/
|
|
|
-com.qmth.fss.private.server=/static/
|
|
|
+#com.qmth.fss.public.config=../static/
|
|
|
+#com.qmth.fss.public.server=/static/
|
|
|
+#com.qmth.fss.private.config=../static/
|
|
|
+#com.qmth.fss.private.server=/static/
|
|
|
|
|
|
-#com.qmth.fss.public.config=/Users/xiaofei/qmth/temporary/zxzk/file-temp
|
|
|
-#com.qmth.fss.public.server=/file-temp/
|
|
|
-#com.qmth.fss.private.config=/Users/xiaofei/qmth/temporary/zxzk/pdf-temp
|
|
|
-#com.qmth.fss.private.server=/pdf-temp/
|
|
|
+com.qmth.fss.public.config=/Users/xiaofei/qmth/temporary/zxzk/file-temp
|
|
|
+com.qmth.fss.public.server=/file-temp/
|
|
|
+com.qmth.fss.private.config=/Users/xiaofei/qmth/temporary/zxzk/pdf-temp
|
|
|
+com.qmth.fss.private.server=/pdf-temp/
|
|
|
|
|
|
#\u7CFB\u7EDF\u914D\u7F6E
|
|
|
sys.config.oss=true
|