test-5.yaml 669 B

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