]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test-2.yaml
Add ability to override client assets : logo - favicon - PWA icons - PWA manifest...
[github/Chocobozzz/PeerTube.git] / config / test-2.yaml
index 7b9787c912e1bfdbb7abfc5c4d549f08213975e0..b559769c350c607e95eec60d4994b2d21afd0b59 100644 (file)
@@ -10,13 +10,19 @@ database:
 
 # From the project root directory
 storage:
+  tmp: 'test2/tmp/'
   avatars: 'test2/avatars/'
   videos: 'test2/videos/'
+  streaming_playlists: 'test2/streaming-playlists/'
+  redundancy: 'test2/redundancy/'
   logs: 'test2/logs/'
   previews: 'test2/previews/'
   thumbnails: 'test2/thumbnails/'
   torrents: 'test2/torrents/'
+  captions: 'test2/captions/'
   cache: 'test2/cache/'
+  plugins: 'test2/plugins/'
+  client_overrides: 'test2/client-overrides/'
 
 admin:
   email: 'admin2@example.com'
@@ -26,3 +32,5 @@ signup:
 
 transcoding:
   enabled: true
+  allow_additional_extensions: true
+  allow_audio_files: true