]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
6825308405a497ba31d72241dea95af0b21c2466
[github/Chocobozzz/PeerTube.git] / config / test.yaml
1 listen:
2 hostname: '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 contact_form:
25 enabled: true
26
27 redundancy:
28 videos:
29 check_interval: '10 minutes'
30 strategies:
31 -
32 size: '10MB'
33 min_lifetime: '10 minutes'
34 strategy: 'most-views'
35 -
36 size: '10MB'
37 min_lifetime: '10 minutes'
38 strategy: 'trending'
39 -
40 size: '10MB'
41 min_lifetime: '10 minutes'
42 strategy: 'recently-added'
43 min_views: 1
44
45 cache:
46 previews:
47 size: 1
48 captions:
49 size: 1
50
51 signup:
52 enabled: true
53 requires_email_verification: false
54
55 transcoding:
56 enabled: true
57 allow_additional_extensions: false
58 threads: 2
59 resolutions:
60 240p: true
61 360p: true
62 480p: true
63 720p: true
64 1080p: true
65 hls:
66 enabled: true
67
68 import:
69 videos:
70 http:
71 enabled: true
72 torrent:
73 enabled: true
74
75 instance:
76 default_nsfw_policy: 'display'