application.yml 573 B

123456789101112131415161718192021222324252627282930313233
  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. application:
  11. name: wishing-mobile
  12. profiles:
  13. active: local
  14. jwt:
  15. ignore-urls:
  16. - /dgapi/mobile/user/logout
  17. - /dgapi/mobile/user/login
  18. - /dgapi/mobile/user/login/captcha
  19. - /dgapi/mobile/wishingtree/list
  20. - /dgapi/mobile/wishingtree/detail
  21. - /dgapi/mobile/chat/history
  22. - /dgapi/mobile/chat
  23. - dgapi/mobile/wish/tree/**
  24. - /dgapi/mobile/ext/file/**
  25. captcha:
  26. width: 100
  27. height: 40