]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
Add ability to choose what policy we have for NSFW videos
[github/Chocobozzz/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 disable_starttls: true
16 from_address: 'test-admin@localhost'
17 username: null
18 password: null
19
20 log:
21 level: 'debug'
22
23 signup:
24 enabled: true
25
26 transcoding:
27 enabled: true
28 threads: 2
29 resolutions:
30 240p: true
31 360p: true
32 480p: true
33 720p: true
34 1080p: true
35
36 instance:
37 default_nsfw_policy: 'display'