Nginx config file: remove text/html from gzip_types
[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   redundancy: 'test2/redundancy/'
17   logs: 'test2/logs/'
18   previews: 'test2/previews/'
19   thumbnails: 'test2/thumbnails/'
20   torrents: 'test2/torrents/'
21   captions: 'test2/captions/'
22   cache: 'test2/cache/'
23
24 admin:
25   email: 'admin2@example.com'
26
27 signup:
28   enabled: false
29
30 transcoding:
31   enabled: true
32   allow_additional_extensions: true