|
@@ -7,8 +7,8 @@ com.qmth.api.http-trace=true
|
|
#com.qmth.api.global-strict=false
|
|
#com.qmth.api.global-strict=false
|
|
#com.qmth.api.global-rate-limit=1/5s
|
|
#com.qmth.api.global-rate-limit=1/5s
|
|
|
|
|
|
-com.qmth.auth.time-max-delay=60s
|
|
|
|
-com.qmth.auth.time-max-ahead=10s
|
|
|
|
|
|
+#com.qmth.auth.time-max-delay=60s
|
|
|
|
+#com.qmth.auth.time-max-ahead=10s
|
|
|
|
|
|
#com.qmth.logging.pattern=
|
|
#com.qmth.logging.pattern=
|
|
#com.qmth.logging.root-level=info
|
|
#com.qmth.logging.root-level=info
|
|
@@ -18,17 +18,19 @@ com.qmth.datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&charact
|
|
com.qmth.datasource.username=root
|
|
com.qmth.datasource.username=root
|
|
#com.qmth.datasource.password=root
|
|
#com.qmth.datasource.password=root
|
|
com.qmth.datasource.password=ENC(c8fae3257c749aeb2e90406ad8d938a0)
|
|
com.qmth.datasource.password=ENC(c8fae3257c749aeb2e90406ad8d938a0)
|
|
-com.qmth.mybatis.log-level=debug
|
|
|
|
|
|
+#com.qmth.mybatis.log-level=debug
|
|
|
|
+com.qmth.mybatis.profiler.enable=true
|
|
|
|
+#com.qmth.mybatis.profiler.threshold=100ms
|
|
|
|
|
|
com.qmth.cache.allow-null-value=false
|
|
com.qmth.cache.allow-null-value=false
|
|
com.qmth.cache.expire-after-write=30m
|
|
com.qmth.cache.expire-after-write=30m
|
|
|
|
|
|
com.qmth.redis.host=127.0.0.1
|
|
com.qmth.redis.host=127.0.0.1
|
|
|
|
|
|
-com.qmth.fss.public.config=/Users/luoshi/test
|
|
|
|
-com.qmth.fss.public.server=/api/file
|
|
|
|
-com.qmth.fss.private.config=/Users/luoshi/test
|
|
|
|
-com.qmth.fss.private.server=/fss
|
|
|
|
|
|
+##com.qmth.fss.public.config=/Users/luoshi/test
|
|
|
|
+##com.qmth.fss.public.server=/api/file
|
|
|
|
+##com.qmth.fss.private.config=/Users/luoshi/test
|
|
|
|
+##com.qmth.fss.private.server=/fss
|
|
##com.qmth.fss.config=/Users/luoshi/test
|
|
##com.qmth.fss.config=/Users/luoshi/test
|
|
##com.qmth.fss.server=/fss
|
|
##com.qmth.fss.server=/fss
|
|
|
|
|