test-5.yaml 543 B

1234567891011121314151617181920212223242526272829
  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. admin:
  22. email: 'admin5@example.com'
  23. transcoding:
  24. enabled: false