]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Add audio support in upload
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index 9c051fabc45f3bfa09ea818ccd94832a85f46448..7dabe433c162fee82b9469fe4e063bbb5be3c03e 100644 (file)
@@ -21,6 +21,9 @@ smtp:
 log:
   level: 'debug'
 
+contact_form:
+  enabled: true
+
 redundancy:
   videos:
     check_interval: '10 minutes'
@@ -51,6 +54,8 @@ signup:
 
 transcoding:
   enabled: true
+  allow_additional_extensions: false
+  allow_audio_files: false
   threads: 2
   resolutions:
     240p: true
@@ -58,6 +63,8 @@ transcoding:
     480p: true
     720p: true
     1080p: true
+  hls:
+    enabled: true
 
 import:
   videos:
@@ -67,4 +74,4 @@ import:
       enabled: true
 
 instance:
-  default_nsfw_policy: 'display'
\ No newline at end of file
+  default_nsfw_policy: 'display'