2
1

test-2.yaml 850 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. listen:
  2. port: 9002
  3. webserver:
  4. port: 9002
  5. database:
  6. suffix: '_test2'
  7. # From the project root directory
  8. storage:
  9. tmp: 'test2/tmp/'
  10. tmp_persistent: 'test2/tmp-persistent/'
  11. bin: 'test2/bin/'
  12. avatars: 'test2/avatars/'
  13. web_videos: 'test2/web-videos/'
  14. streaming_playlists: 'test2/streaming-playlists/'
  15. redundancy: 'test2/redundancy/'
  16. logs: 'test2/logs/'
  17. previews: 'test2/previews/'
  18. thumbnails: 'test2/thumbnails/'
  19. storyboards: 'test2/storyboards/'
  20. torrents: 'test2/torrents/'
  21. captions: 'test2/captions/'
  22. cache: 'test2/cache/'
  23. plugins: 'test2/plugins/'
  24. well_known: 'test2/well-known/'
  25. client_overrides: 'test2/client-overrides/'
  26. admin:
  27. email: 'admin2@example.com'
  28. signup:
  29. enabled: false
  30. transcoding:
  31. enabled: true
  32. allow_additional_extensions: true
  33. allow_audio_files: true
  34. live:
  35. rtmp:
  36. port: 1937