test-5.yaml 819 B

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