diff options
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 682530840..8d3921614 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -55,6 +55,7 @@ signup: | |||
55 | transcoding: | 55 | transcoding: |
56 | enabled: true | 56 | enabled: true |
57 | allow_additional_extensions: false | 57 | allow_additional_extensions: false |
58 | allow_audio_files: false | ||
58 | threads: 2 | 59 | threads: 2 |
59 | resolutions: | 60 | resolutions: |
60 | 240p: true | 61 | 240p: true |
@@ -62,6 +63,7 @@ transcoding: | |||
62 | 480p: true | 63 | 480p: true |
63 | 720p: true | 64 | 720p: true |
64 | 1080p: true | 65 | 1080p: true |
66 | 2160p: true | ||
65 | hls: | 67 | hls: |
66 | enabled: true | 68 | enabled: true |
67 | 69 | ||