test-2.yaml 904 B

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