test-3.yaml 703 B

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