application.yml 542 B

1234567891011121314151617181920212223242526272829
  1. spring:
  2. profiles:
  3. active: dev
  4. mvc:
  5. throw-exception-if-no-handler-found: true
  6. static-path-pattern: /**
  7. resources:
  8. add-mappings: true
  9. application:
  10. name: coyee-stream-converter
  11. jackson:
  12. date-format: yyyy-MM-dd HH:mm:ss
  13. time-zone: GMT+8
  14. servlet:
  15. multipart:
  16. maxFileSize: 50Mb
  17. maxRequestSize: 50Mb
  18. server:
  19. port: 8081
  20. tomcat:
  21. uri-encoding: UTF-8
  22. servlet:
  23. context-path: /stream
  24. streamserver:
  25. desKey: hxfein@2
  26. hlsStoreDir: /home/hls
  27. hlsTime: 5
  28. hlsWrap: 10
  29. hlsListSize: 0