diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-11 11:52:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-11 11:52:34 +0100 |
commit | 88108880bbdba473cfe36ecbebc1c3c4f972e102 (patch) | |
tree | b242efb3b4f0d7e49d88f2d1f2063b5b3b0489c0 /config/test.yaml | |
parent | 53a94c7cfa8368da4cd248d65df8346905938f0c (diff) | |
parent | 9b712a2017e4ab3cf12cd6bd58278905520159d0 (diff) | |
download | PeerTube-88108880bbdba473cfe36ecbebc1c3c4f972e102.tar.gz PeerTube-88108880bbdba473cfe36ecbebc1c3c4f972e102.tar.zst PeerTube-88108880bbdba473cfe36ecbebc1c3c4f972e102.zip |
Merge branch 'develop' into pr/1217
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/test.yaml b/config/test.yaml index 04c999966..682530840 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -1,5 +1,5 @@ | |||
1 | listen: | 1 | listen: |
2 | listen: '0.0.0.0' | 2 | hostname: '0.0.0.0' |
3 | port: 9000 | 3 | port: 9000 |
4 | 4 | ||
5 | webserver: | 5 | webserver: |
@@ -21,6 +21,9 @@ smtp: | |||
21 | log: | 21 | log: |
22 | level: 'debug' | 22 | level: 'debug' |
23 | 23 | ||
24 | contact_form: | ||
25 | enabled: true | ||
26 | |||
24 | redundancy: | 27 | redundancy: |
25 | videos: | 28 | videos: |
26 | check_interval: '10 minutes' | 29 | check_interval: '10 minutes' |
@@ -51,6 +54,7 @@ signup: | |||
51 | 54 | ||
52 | transcoding: | 55 | transcoding: |
53 | enabled: true | 56 | enabled: true |
57 | allow_additional_extensions: false | ||
54 | threads: 2 | 58 | threads: 2 |
55 | resolutions: | 59 | resolutions: |
56 | 240p: true | 60 | 240p: true |
@@ -58,6 +62,8 @@ transcoding: | |||
58 | 480p: true | 62 | 480p: true |
59 | 720p: true | 63 | 720p: true |
60 | 1080p: true | 64 | 1080p: true |
65 | hls: | ||
66 | enabled: true | ||
61 | 67 | ||
62 | import: | 68 | import: |
63 | videos: | 69 | videos: |
@@ -67,4 +73,4 @@ import: | |||
67 | enabled: true | 73 | enabled: true |
68 | 74 | ||
69 | instance: | 75 | instance: |
70 | default_nsfw_policy: 'display' \ No newline at end of file | 76 | default_nsfw_policy: 'display' |