]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Add ability to choose what policy we have for NSFW videos
[github/Chocobozzz/PeerTube.git] / config / test.yaml
CommitLineData
8c308c2b
C
1listen:
2 port: 9000
3
4webserver:
5 https: false
6
7database:
3737bbaf 8 hostname: 'localhost'
feb4bdfd 9 port: 5432
e22528ac 10
f076daa7
C
11smtp:
12 hostname: null
13 port: 1025
14 tls: false
bebf2d89 15 disable_starttls: true
31b5a255 16 from_address: 'test-admin@localhost'
f076daa7
C
17 username: null
18 password: null
19
a0922eb9
C
20log:
21 level: 'debug'
22
e22528ac
C
23signup:
24 enabled: true
aa8b6df4
C
25
26transcoding:
a22bfc3e
C
27 enabled: true
28 threads: 2
1125c40a
C
29 resolutions:
30 240p: true
31 360p: true
32 480p: true
33 720p: true
34 1080p: true
0883b324
C
35
36instance:
37 default_nsfw_policy: 'display'