aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.yaml')
-rw-r--r--config/test.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml
index 33c11afc3..9a522a983 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -38,6 +38,10 @@ log:
38contact_form: 38contact_form:
39 enabled: true 39 enabled: true
40 40
41peertube:
42 check_latest_version:
43 enabled: false
44
41redundancy: 45redundancy:
42 videos: 46 videos:
43 check_interval: '1 minute' 47 check_interval: '1 minute'
@@ -83,6 +87,8 @@ transcoding:
83 1080p: true 87 1080p: true
84 1440p: true 88 1440p: true
85 2160p: true 89 2160p: true
90 webtorrent:
91 enabled: true
86 hls: 92 hls:
87 enabled: true 93 enabled: true
88 94