application.yml 676 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. server:
  2. port: 8003
  3. spring:
  4. jackson:
  5. time-zone: GMT+8
  6. servlet:
  7. multipart:
  8. max-file-size: 50MB
  9. max-request-size: 50MB
  10. ai:
  11. chat:
  12. memory:
  13. repository:
  14. jdbc:
  15. initialize-schema: never
  16. application:
  17. name: wishing-mobile
  18. profiles:
  19. active: local
  20. jwt:
  21. ignore-urls:
  22. - /dgapi/mobile/user/logout
  23. - /dgapi/mobile/user/login
  24. - /dgapi/mobile/user/login/captcha
  25. - /dgapi/mobile/wishingtree/list
  26. - /dgapi/mobile/wishingtree/detail
  27. - /dgapi/mobile/chat/history
  28. - /dgapi/mobile/chat
  29. - dgapi/mobile/wish/tree/**
  30. - /dgapi/mobile/ext/file/**
  31. captcha:
  32. width: 100
  33. height: 40