test-4.yaml 819 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. listen:
  2. port: 9004
  3. webserver:
  4. port: 9004
  5. database:
  6. suffix: '_test4'
  7. # From the project root directory
  8. storage:
  9. tmp: 'test4/tmp/'
  10. tmp_persistent: 'test4/tmp-persistent/'
  11. bin: 'test4/bin/'
  12. avatars: 'test4/avatars/'
  13. web_videos: 'test4/web-videos/'
  14. streaming_playlists: 'test4/streaming-playlists/'
  15. original_video_files: 'test4/original-video-files/'
  16. redundancy: 'test4/redundancy/'
  17. logs: 'test4/logs/'
  18. previews: 'test4/previews/'
  19. thumbnails: 'test4/thumbnails/'
  20. storyboards: 'test4/storyboards/'
  21. torrents: 'test4/torrents/'
  22. captions: 'test4/captions/'
  23. cache: 'test4/cache/'
  24. plugins: 'test4/plugins/'
  25. well_known: 'test4/well-known/'
  26. client_overrides: 'test4/client-overrides/'
  27. admin:
  28. email: 'admin4@example.com'
  29. transcoding:
  30. enabled: false
  31. video_studio:
  32. enabled: false