test-2.yaml 552 B

1234567891011121314151617181920212223242526272829303132
  1. listen:
  2. port: 9002
  3. webserver:
  4. hostname: 'localhost'
  5. port: 9002
  6. database:
  7. suffix: '_test2'
  8. # From the project root directory
  9. storage:
  10. tmp: 'test2/tmp/'
  11. avatars: 'test2/avatars/'
  12. videos: 'test2/videos/'
  13. redundancy: 'test2/redundancy/'
  14. logs: 'test2/logs/'
  15. previews: 'test2/previews/'
  16. thumbnails: 'test2/thumbnails/'
  17. torrents: 'test2/torrents/'
  18. captions: 'test2/captions/'
  19. cache: 'test2/cache/'
  20. admin:
  21. email: 'admin2@example.com'
  22. signup:
  23. enabled: false
  24. transcoding:
  25. enabled: true
  26. allow_additional_extensions: true