test-3.yaml 819 B

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