test-4.yaml 543 B

1234567891011121314151617181920212223242526272829
  1. listen:
  2. port: 9004
  3. webserver:
  4. hostname: 'localhost'
  5. port: 9004
  6. database:
  7. suffix: '_test4'
  8. # From the project root directory
  9. storage:
  10. tmp: 'test4/tmp/'
  11. avatars: 'test4/avatars/'
  12. videos: 'test4/videos/'
  13. streaming_playlists: 'test4/streaming-playlists/'
  14. redundancy: 'test4/redundancy/'
  15. logs: 'test4/logs/'
  16. previews: 'test4/previews/'
  17. thumbnails: 'test4/thumbnails/'
  18. torrents: 'test4/torrents/'
  19. captions: 'test4/captions/'
  20. cache: 'test4/cache/'
  21. admin:
  22. email: 'admin4@example.com'
  23. transcoding:
  24. enabled: false