]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test.yaml
Add ability to ban/unban users
[github/Chocobozzz/PeerTube.git] / config / test.yaml
... / ...
CommitLineData
1listen:
2 listen: '0.0.0.0'
3 port: 9000
4
5webserver:
6 https: false
7
8database:
9 hostname: 'localhost'
10 port: 5432
11
12smtp:
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
21log:
22 level: 'debug'
23
24cache:
25 previews:
26 size: 1
27 captions:
28 size: 1
29
30signup:
31 enabled: true
32
33transcoding:
34 enabled: true
35 threads: 2
36 resolutions:
37 240p: true
38 360p: true
39 480p: true
40 720p: true
41 1080p: true
42
43import:
44 videos:
45 http:
46 enabled: true
47 torrent:
48 enabled: true
49
50instance:
51 default_nsfw_policy: 'display'