Change transcoding default conf options
[oweals/peertube.git] / config / test.yaml
1 listen:
2   port: 9000
3
4 webserver:
5   https: false
6
7 database:
8   hostname: 'localhost'
9   port: 5432
10
11 smtp:
12   hostname: null
13   port: 1025
14   tls: false
15   from_address: 'test-admin@localhost'
16   username: null
17   password: null
18
19 log:
20   level: 'debug'
21
22 signup:
23   enabled: true
24
25 transcoding:
26   enabled: true
27   threads: 2
28   resolutions:
29     240p: true
30     360p: true
31     480p: true
32     720p: true
33     1080p: true