]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-2.yaml
Optimize fetching playlist urls
[github/Chocobozzz/PeerTube.git] / config / test-2.yaml
1 listen:
2 port: 9002
3
4 webserver:
5 hostname: 'localhost'
6 port: 9002
7
8 database:
9 suffix: '_test2'
10
11 # From the project root directory
12 storage:
13 tmp: 'test2/tmp/'
14 bin: 'test2/bin/'
15 avatars: 'test2/avatars/'
16 videos: 'test2/videos/'
17 streaming_playlists: 'test2/streaming-playlists/'
18 redundancy: 'test2/redundancy/'
19 logs: 'test2/logs/'
20 previews: 'test2/previews/'
21 thumbnails: 'test2/thumbnails/'
22 torrents: 'test2/torrents/'
23 captions: 'test2/captions/'
24 cache: 'test2/cache/'
25 plugins: 'test2/plugins/'
26 client_overrides: 'test2/client-overrides/'
27
28 admin:
29 email: 'admin2@example.com'
30
31 signup:
32 enabled: false
33
34 transcoding:
35 enabled: true
36 allow_additional_extensions: true
37 allow_audio_files: true
38
39 live:
40 rtmp:
41 port: 1937