Ver código fonte

update application.properties 本地开发db默认连接10.83

deason 2 meses atrás
pai
commit
f7b0ce5cb9
1 arquivos alterados com 5 adições e 3 exclusões
  1. 5 3
      src/main/resources/application.properties

+ 5 - 3
src/main/resources/application.properties

@@ -8,12 +8,14 @@ com.qmth.auth.time-max-ahead=24h
 com.qmth.auth.time-max-delay=24h
 com.qmth.auth.debug-mode=true
 
-com.qmth.datasource.url=jdbc:mysql://localhost:3306/ops_db?useUnicode=true&characterEncoding=UTF-8
+com.qmth.datasource.url=jdbc:mysql://192.168.10.83:3306/ops_db?useUnicode=true&characterEncoding=UTF-8
 com.qmth.datasource.username=ops
 com.qmth.datasource.password=ops
 
-com.qmth.fss.config=oss://key:secret@solar.oss-api.qmth.com.cn
-com.qmth.fss.server=http://oss-file.qmth.com.cn/solar
+com.qmth.fss.config=D:/home/ops/data/
+com.qmth.fss.server=/
+#com.qmth.fss.config=oss://key:secret@solar.oss-api.qmth.com.cn
+#com.qmth.fss.server=http://oss-file.qmth.com.cn/solar
 
 com.qmth.sms.server=http://127.0.0.1:8090