123456789101112131415161718192021222324252627282930313233343536 |
- server.port=7222
- #tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
- server.tomcat.threads.max=250
- #tomcat\u6700\u5927\u8FDE\u63A5\u6570
- server.tomcat.max-connections=2500
- #tomcat\u7684URI\u7F16\u7801
- server.tomcat.uri-encoding=UTF-8
- #\u9879\u76EE\u540D\u79F0
- spring.application.name=cet-plug
- #com.qmth.api.uri-prefix=/aaa
- #\u7EDF\u8BA1\u9875\u9762\u914D\u7F6E
- com.qmth.api.metrics-endpoint=/metrics-count
- com.qmth.api.global-auth=true
- #com.qmth.api.global-strict=false
- #com.qmth.api.global-rate-limit=1/5s
- #token\u8D85\u65F6\u914D\u7F6E
- com.qmth.auth.time-max-ahead=1m
- com.qmth.auth.time-max-delay=5m
- #\u7F13\u5B58\u65F6\u95F4
- com.qmth.cache.expire-after-write=8h
- #\u65E5\u671F\u683C\u5F0F\u5316
- 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/king/Downloads/cet-plug.log
- com.qmth.client.dir=
- com.qmth.cet4.dir=/Users/king/Downloads/cet4
- com.qmth.cet6.dir=/Users/king/Downloads/cet6
|