test-6.yaml 679 B

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