2
1

test-4.yaml 617 B

12345678910111213141516171819202122232425262728293031
  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. plugins: 'test4/plugins/'
  22. client_overrides: 'test4/client-overrides/'
  23. admin:
  24. email: 'admin4@example.com'
  25. transcoding:
  26. enabled: false