Logging ip requesting unknown infoHash
[oweals/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
26 admin:
27   email: 'admin2@example.com'
28
29 signup:
30   enabled: false
31
32 transcoding:
33   enabled: true
34   allow_additional_extensions: true
35   allow_audio_files: true