test-6.yaml 703 B

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