]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
Improve captions UX (at least I've tried)
[github/Chocobozzz/PeerTube.git] / config / test.yaml
1 listen:
2 listen: '0.0.0.0'
3 port: 9000
4
5 webserver:
6 https: false
7
8 database:
9 hostname: 'localhost'
10 port: 5432
11
12 smtp:
13 hostname: null
14 port: 1025
15 tls: false
16 disable_starttls: true
17 from_address: 'test-admin@localhost'
18 username: null
19 password: null
20
21 log:
22 level: 'debug'
23
24 signup:
25 enabled: true
26
27 transcoding:
28 enabled: true
29 threads: 2
30 resolutions:
31 240p: true
32 360p: true
33 480p: true
34 720p: true
35 1080p: true
36
37 instance:
38 default_nsfw_policy: 'display'