test-1.yaml 627 B

123456789101112131415161718192021222324252627282930313233343536
  1. listen:
  2. port: 9001
  3. webserver:
  4. hostname: 'localhost'
  5. port: 9001
  6. database:
  7. suffix: '_test1'
  8. # From the project root directory
  9. storage:
  10. tmp: 'test1/tmp/'
  11. avatars: 'test1/avatars/'
  12. videos: 'test1/videos/'
  13. streaming_playlists: 'test1/streaming-playlists/'
  14. redundancy: 'test1/redundancy/'
  15. logs: 'test1/logs/'
  16. previews: 'test1/previews/'
  17. thumbnails: 'test1/thumbnails/'
  18. torrents: 'test1/torrents/'
  19. captions: 'test1/captions/'
  20. cache: 'test1/cache/'
  21. plugins: 'test1/plugins/'
  22. admin:
  23. email: 'admin1@example.com'
  24. user:
  25. video_quota: 5242880 # 5MB
  26. signup:
  27. limit: 4
  28. transcoding:
  29. enabled: false