test-1.yaml 547 B

12345678910111213141516171819202122232425262728293031323334
  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. redundancy: 'test1/redundancy/'
  14. logs: 'test1/logs/'
  15. previews: 'test1/previews/'
  16. thumbnails: 'test1/thumbnails/'
  17. torrents: 'test1/torrents/'
  18. captions: 'test1/captions/'
  19. cache: 'test1/cache/'
  20. admin:
  21. email: 'admin1@example.com'
  22. user:
  23. video_quota: 5242880 # 5MB
  24. signup:
  25. limit: 4
  26. transcoding:
  27. enabled: false