test-5.yaml 491 B

12345678910111213141516171819202122232425262728
  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. redundancy: 'test5/redundancy/'
  14. logs: 'test5/logs/'
  15. previews: 'test5/previews/'
  16. thumbnails: 'test5/thumbnails/'
  17. torrents: 'test5/torrents/'
  18. captions: 'test5/captions/'
  19. cache: 'test5/cache/'
  20. admin:
  21. email: 'admin5@example.com'
  22. transcoding:
  23. enabled: false