test-6.yaml 491 B

12345678910111213141516171819202122232425262728
  1. listen:
  2. port: 9006
  3. webserver:
  4. hostname: 'localhost'
  5. port: 9006
  6. database:
  7. suffix: '_test6'
  8. # From the project root directory
  9. storage:
  10. tmp: 'test6/tmp/'
  11. avatars: 'test6/avatars/'
  12. videos: 'test6/videos/'
  13. redundancy: 'test6/redundancy/'
  14. logs: 'test6/logs/'
  15. previews: 'test6/previews/'
  16. thumbnails: 'test6/thumbnails/'
  17. torrents: 'test6/torrents/'
  18. captions: 'test6/captions/'
  19. cache: 'test6/cache/'
  20. admin:
  21. email: 'admin6@example.com'
  22. transcoding:
  23. enabled: false