application.properties 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. server.port=8080
  2. #spring.resources.static-locations=classpath:/static/,file:/Users/luoshi/Downloads/
  3. #com.qmth.api.uri-prefix=/aaa
  4. com.qmth.api.global-auth=false
  5. com.qmth.api.http-trace=true
  6. #com.qmth.api.global-strict=false
  7. #com.qmth.api.global-rate-limit=1/5s
  8. #com.qmth.auth.time-max-delay=60s
  9. #com.qmth.auth.time-max-ahead=10s
  10. #com.qmth.logging.pattern=
  11. #com.qmth.logging.root-level=info
  12. #com.qmth.logging.file-path=/Users/luoshi/Downloads/demo.log
  13. com.qmth.datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8
  14. com.qmth.datasource.username=root
  15. #com.qmth.datasource.password=root
  16. com.qmth.datasource.password=ENC(c8fae3257c749aeb2e90406ad8d938a0)
  17. #com.qmth.mybatis.log-level=debug
  18. com.qmth.mybatis.profiler.enable=true
  19. #com.qmth.mybatis.profiler.threshold=100ms
  20. com.qmth.cache.allow-null-value=false
  21. com.qmth.cache.expire-after-write=30m
  22. com.qmth.redis.host=127.0.0.1
  23. ##com.qmth.fss.public.config=/Users/luoshi/test
  24. ##com.qmth.fss.public.server=/api/file
  25. ##com.qmth.fss.private.config=/Users/luoshi/test
  26. ##com.qmth.fss.private.server=/fss
  27. ##com.qmth.fss.config=/Users/luoshi/test
  28. ##com.qmth.fss.server=/fss
  29. ##solar online
  30. #com.qmth.solar.server=http://localhost:8090
  31. #com.qmth.solar.app-code=ops
  32. com.qmth.solar.accessKey=58ef80b17e634be5a4da615eddf00287
  33. com.qmth.solar.accessSecret=nujVkeIsWKIfRTvL3g4JzomKZ7qbhH1k
  34. ##solar offline
  35. #com.qmth.solar.license=/Users/luoshi/Downloads/solar/test.lic
  36. ##sms
  37. #com.qmth.sms.server=http://localhost:8090
  38. #com.qmth.lock.log-level=debug
  39. ##ai
  40. com.qmth.llm.server=http://localhost:8090
  41. com.qmth.ocr.server=http://localhost:8090