test-2.yaml 788 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. listen:
  2. port: 9002
  3. webserver:
  4. hostname: 'localhost'
  5. port: 9002
  6. database:
  7. suffix: '_test2'
  8. # From the project root directory
  9. storage:
  10. tmp: 'test2/tmp/'
  11. bin: 'test2/bin/'
  12. avatars: 'test2/avatars/'
  13. videos: 'test2/videos/'
  14. streaming_playlists: 'test2/streaming-playlists/'
  15. redundancy: 'test2/redundancy/'
  16. logs: 'test2/logs/'
  17. previews: 'test2/previews/'
  18. thumbnails: 'test2/thumbnails/'
  19. torrents: 'test2/torrents/'
  20. captions: 'test2/captions/'
  21. cache: 'test2/cache/'
  22. plugins: 'test2/plugins/'
  23. well_known: 'test2/well-known/'
  24. client_overrides: 'test2/client-overrides/'
  25. admin:
  26. email: 'admin2@example.com'
  27. signup:
  28. enabled: false
  29. transcoding:
  30. enabled: true
  31. allow_additional_extensions: true
  32. allow_audio_files: true
  33. live:
  34. rtmp:
  35. port: 1937