application.properties 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. server.port=7222
  2. #tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
  3. server.tomcat.threads.max=250
  4. #tomcat\u6700\u5927\u8FDE\u63A5\u6570
  5. server.tomcat.max-connections=2500
  6. #tomcat\u7684URI\u7F16\u7801
  7. server.tomcat.uri-encoding=UTF-8
  8. #\u9879\u76EE\u540D\u79F0
  9. spring.application.name=cet-plug
  10. #com.qmth.api.uri-prefix=/aaa
  11. #\u7EDF\u8BA1\u9875\u9762\u914D\u7F6E
  12. com.qmth.api.metrics-endpoint=/metrics-count
  13. com.qmth.api.global-auth=true
  14. #com.qmth.api.global-strict=false
  15. #com.qmth.api.global-rate-limit=1/5s
  16. #token\u8D85\u65F6\u914D\u7F6E
  17. com.qmth.auth.time-max-ahead=1m
  18. com.qmth.auth.time-max-delay=5m
  19. #\u7F13\u5B58\u65F6\u95F4
  20. com.qmth.cache.expire-after-write=8h
  21. #\u65E5\u671F\u683C\u5F0F\u5316
  22. spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
  23. spring.jackson.time-zone=GMT+8
  24. #\u65E5\u5FD7\u914D\u7F6E
  25. com.qmth.logging.root-level=info
  26. com.qmth.logging.file-path=/Users/king/Downloads/cet-plug.log
  27. com.qmth.client.dir=
  28. com.qmth.cet4.dir=/Users/king/Downloads/cet4
  29. com.qmth.cet6.dir=/Users/king/Downloads/cet6