test-2.yaml 604 B

123456789101112131415161718192021222324252627282930313233
  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. avatars: 'test2/avatars/'
  12. videos: 'test2/videos/'
  13. streaming_playlists: 'test2/streaming-playlists/'
  14. redundancy: 'test2/redundancy/'
  15. logs: 'test2/logs/'
  16. previews: 'test2/previews/'
  17. thumbnails: 'test2/thumbnails/'
  18. torrents: 'test2/torrents/'
  19. captions: 'test2/captions/'
  20. cache: 'test2/cache/'
  21. admin:
  22. email: 'admin2@example.com'
  23. signup:
  24. enabled: false
  25. transcoding:
  26. enabled: true
  27. allow_additional_extensions: true