test-1.yaml 755 B

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