test-1.yaml 599 B

1234567891011121314151617181920212223242526272829303132333435
  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. admin:
  22. email: 'admin1@example.com'
  23. user:
  24. video_quota: 5242880 # 5MB
  25. signup:
  26. limit: 4
  27. transcoding:
  28. enabled: false