test-4.yaml 679 B

1234567891011121314151617181920212223242526272829303132333435
  1. listen:
  2. port: 9004
  3. webserver:
  4. port: 9004
  5. database:
  6. suffix: '_test4'
  7. # From the project root directory
  8. storage:
  9. tmp: 'test4/tmp/'
  10. bin: 'test4/bin/'
  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. well_known: 'test4/well-known/'
  23. client_overrides: 'test4/client-overrides/'
  24. admin:
  25. email: 'admin4@example.com'
  26. transcoding:
  27. enabled: false
  28. video_studio:
  29. enabled: false