test-4.yaml 765 B

12345678910111213141516171819202122232425262728293031323334353637
  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. redundancy: 'test4/redundancy/'
  16. logs: 'test4/logs/'
  17. previews: 'test4/previews/'
  18. thumbnails: 'test4/thumbnails/'
  19. storyboards: 'test4/storyboards/'
  20. torrents: 'test4/torrents/'
  21. captions: 'test4/captions/'
  22. cache: 'test4/cache/'
  23. plugins: 'test4/plugins/'
  24. well_known: 'test4/well-known/'
  25. client_overrides: 'test4/client-overrides/'
  26. admin:
  27. email: 'admin4@example.com'
  28. transcoding:
  29. enabled: false
  30. video_studio:
  31. enabled: false