]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
Remove magnetURI download support
[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 allow_audio_files: false
59 threads: 2
60 resolutions:
61 240p: true
62 360p: true
63 480p: true
64 720p: true
65 1080p: true
66 2160p: true
67 hls:
68 enabled: true
69
70 import:
71 videos:
72 http:
73 enabled: true
74 torrent:
75 enabled: true
76
77 instance:
78 default_nsfw_policy: 'display'