test-2.yaml 658 B

1234567891011121314151617181920212223242526272829303132333435
  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. plugins: 'test2/plugins/'
  22. admin:
  23. email: 'admin2@example.com'
  24. signup:
  25. enabled: false
  26. transcoding:
  27. enabled: true
  28. allow_additional_extensions: true
  29. allow_audio_files: true