test-1.yaml 905 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. listen:
  2. port: 9001
  3. webserver:
  4. port: 9001
  5. database:
  6. suffix: '_test1'
  7. # From the project root directory
  8. storage:
  9. tmp: 'test1/tmp/'
  10. tmp_persistent: 'test1/tmp-persistent/'
  11. bin: 'test1/bin/'
  12. avatars: 'test1/avatars/'
  13. web_videos: 'test1/web-videos/'
  14. streaming_playlists: 'test1/streaming-playlists/'
  15. original_video_files: 'test1/original-video-files/'
  16. redundancy: 'test1/redundancy/'
  17. logs: 'test1/logs/'
  18. previews: 'test1/previews/'
  19. thumbnails: 'test1/thumbnails/'
  20. storyboards: 'test1/storyboards/'
  21. torrents: 'test1/torrents/'
  22. captions: 'test1/captions/'
  23. cache: 'test1/cache/'
  24. plugins: 'test1/plugins/'
  25. well_known: 'test1/well-known/'
  26. client_overrides: 'test1/client-overrides/'
  27. admin:
  28. email: 'admin1@example.com'
  29. user:
  30. video_quota: 5242880 # 5MB
  31. signup:
  32. limit: 4
  33. transcoding:
  34. enabled: false
  35. video_studio:
  36. enabled: false
  37. live:
  38. rtmp:
  39. port: 1936