]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test.yaml
add title ellipsis over two lines to miniatures
[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 requires_email_verification: false
33
34transcoding:
35 enabled: true
36 threads: 2
37 resolutions:
38 240p: true
39 360p: true
40 480p: true
41 720p: true
42 1080p: true
43
44import:
45 videos:
46 http:
47 enabled: true
48 torrent:
49 enabled: true
50
51instance:
52 default_nsfw_policy: 'display'