2
1

test-3.yaml 491 B

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