test-3.yaml 571 B

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