test-5.yaml 571 B

123456789101112131415161718192021222324252627282930
  1. listen:
  2. port: 9005
  3. webserver:
  4. hostname: 'localhost'
  5. port: 9005
  6. database:
  7. suffix: '_test5'
  8. # From the project root directory
  9. storage:
  10. tmp: 'test5/tmp/'
  11. avatars: 'test5/avatars/'
  12. videos: 'test5/videos/'
  13. streaming_playlists: 'test5/streaming-playlists/'
  14. redundancy: 'test5/redundancy/'
  15. logs: 'test5/logs/'
  16. previews: 'test5/previews/'
  17. thumbnails: 'test5/thumbnails/'
  18. torrents: 'test5/torrents/'
  19. captions: 'test5/captions/'
  20. cache: 'test5/cache/'
  21. plugins: 'test5/plugins/'
  22. admin:
  23. email: 'admin5@example.com'
  24. transcoding:
  25. enabled: false