Fix account description error
[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
25 admin:
26   email: 'admin2@example.com'
27
28 signup:
29   enabled: false
30
31 transcoding:
32   enabled: true
33   allow_additional_extensions: true