test-5.yaml 679 B

1234567891011121314151617181920212223242526272829303132333435
  1. listen:
  2. port: 9005
  3. webserver:
  4. port: 9005
  5. database:
  6. suffix: '_test5'
  7. # From the project root directory
  8. storage:
  9. tmp: 'test5/tmp/'
  10. bin: 'test5/bin/'
  11. avatars: 'test5/avatars/'
  12. videos: 'test5/videos/'
  13. streaming_playlists: 'test5/streaming-playlists/'
  14. redundancy: 'test5/redundancy/'
  15. logs: 'test5/logs/'
  16. previews: 'test5/previews/'
  17. thumbnails: 'test5/thumbnails/'
  18. torrents: 'test5/torrents/'
  19. captions: 'test5/captions/'
  20. cache: 'test5/cache/'
  21. plugins: 'test5/plugins/'
  22. well_known: 'test5/well-known/'
  23. client_overrides: 'test5/client-overrides/'
  24. admin:
  25. email: 'admin5@example.com'
  26. transcoding:
  27. enabled: false
  28. video_studio:
  29. enabled: false