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