]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test-2.yaml
Allow only admin to download a video
[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 avatars: 'test2/avatars/'
15 videos: 'test2/videos/'
16 streaming_playlists: 'test2/streaming-playlists/'
17 redundancy: 'test2/redundancy/'
18 logs: 'test2/logs/'
19 previews: 'test2/previews/'
20 thumbnails: 'test2/thumbnails/'
21 torrents: 'test2/torrents/'
22 captions: 'test2/captions/'
23 cache: 'test2/cache/'
24 plugins: 'test2/plugins/'
25 client_overrides: 'test2/client-overrides/'
26
27 admin:
28 email: 'admin2@example.com'
29
30 signup:
31 enabled: false
32
33 transcoding:
34 enabled: true
35 allow_additional_extensions: true
36 allow_audio_files: true