|
@@ -1,23 +1,22 @@
|
|
server.port=8090
|
|
server.port=8090
|
|
-##spring.resources.static-locations=classpath:/static/,file:/Users/luoshi/develop/project/ops-web/,file:/Users/luoshi/develop/data/
|
|
|
|
-
|
|
|
|
-com.qmth.api.http-trace=true
|
|
|
|
com.qmth.api.global-auth=true
|
|
com.qmth.api.global-auth=true
|
|
-
|
|
|
|
|
|
+com.qmth.api.http-trace=false
|
|
|
|
+com.qmth.auth.debug-mode=false
|
|
com.qmth.auth.time-max-ahead=24h
|
|
com.qmth.auth.time-max-ahead=24h
|
|
com.qmth.auth.time-max-delay=24h
|
|
com.qmth.auth.time-max-delay=24h
|
|
-com.qmth.auth.debug-mode=true
|
|
|
|
-
|
|
|
|
|
|
+# db config
|
|
com.qmth.datasource.url=jdbc:mysql://192.168.10.83: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.username=ops
|
|
com.qmth.datasource.password=ops
|
|
com.qmth.datasource.password=ops
|
|
-
|
|
|
|
-com.qmth.fss.config=D:/home/ops/data/
|
|
|
|
|
|
+# file config
|
|
|
|
+com.qmth.sms.server=http://192.168.4.191:8090
|
|
|
|
+#com.qmth.fss.config=oss://key:secret@solar-file.oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
|
+#com.qmth.fss.server=https://solar-file.qmth.com.cn
|
|
|
|
+com.qmth.fss.config=/home/qmth/project/ops/data/
|
|
com.qmth.fss.server=/
|
|
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
|
|
|
|
-
|
|
|
|
-admin.private-key=/Users/luoshi/Downloads/ops/rsa/test/test-private.key
|
|
|
|
-##admin.private-key=/Users/luoshi/Downloads/ops/rsa/prod/prod-private.key
|
|
|
|
|
|
+#spring.resources.static-locations=classpath:/static/,file:/home/qmth/project/ops/data/,file:/home/qmth/project/ops/web/
|
|
|
|
+admin.private-key=/home/qmth/project/ops/test-private.key
|
|
|
|
+# log config
|
|
|
|
+#logging.level.com.qmth.ops.biz.ai.client.ChatApiClient=debug
|
|
|
|
+com.qmth.logging.file-path=/home/qmth/project/ops/logs/ops.log
|
|
|
|
+com.qmth.logging.root-level=info
|