Bumped to version v0.0.20-alpha
[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 signup:
20   enabled: true
21
22 transcoding:
23   enabled: true
24   threads: 2