diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-03 11:46:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-03 11:46:46 +0200 |
commit | 5bdc34195c763be06bae262555db9fefb1852cb2 (patch) | |
tree | 965742c648077a5bd8820aab6d6b1c85f872d7e8 /config | |
parent | 785f1897a42984ece9c6f65829d195d67e331d95 (diff) | |
download | PeerTube-5bdc34195c763be06bae262555db9fefb1852cb2.tar.gz PeerTube-5bdc34195c763be06bae262555db9fefb1852cb2.tar.zst PeerTube-5bdc34195c763be06bae262555db9fefb1852cb2.zip |
Fix tests when running npm run dev
Diffstat (limited to 'config')
-rw-r--r-- | config/test-2.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/test-2.yaml b/config/test-2.yaml index 9da79da16..5a4ba0abd 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml | |||
@@ -35,3 +35,7 @@ transcoding: | |||
35 | enabled: true | 35 | enabled: true |
36 | allow_additional_extensions: true | 36 | allow_additional_extensions: true |
37 | allow_audio_files: true | 37 | allow_audio_files: true |
38 | |||
39 | live: | ||
40 | rtmp: | ||
41 | port: 1937 | ||