]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Refactor video playlist middlewares
[github/Chocobozzz/PeerTube.git] / config / test.yaml
CommitLineData
8c308c2b 1listen:
87bc58e1 2 hostname: '0.0.0.0'
8c308c2b
C
3 port: 9000
4
5webserver:
6 https: false
7
8database:
3737bbaf 9 hostname: 'localhost'
feb4bdfd 10 port: 5432
e22528ac 11
f076daa7
C
12smtp:
13 hostname: null
14 port: 1025
15 tls: false
bebf2d89 16 disable_starttls: true
31b5a255 17 from_address: 'test-admin@localhost'
f076daa7
C
18 username: null
19 password: null
20
a0922eb9
C
21log:
22 level: 'debug'
23
a4101923
C
24contact_form:
25 enabled: true
26
c48e82b5
C
27redundancy:
28 videos:
e5565833 29 check_interval: '10 minutes'
d9bdd007
C
30 strategies:
31 -
32 size: '10MB'
e5565833 33 min_lifetime: '10 minutes'
d9bdd007
C
34 strategy: 'most-views'
35 -
36 size: '10MB'
e5565833 37 min_lifetime: '10 minutes'
d9bdd007
C
38 strategy: 'trending'
39 -
40 size: '10MB'
e5565833 41 min_lifetime: '10 minutes'
d9bdd007 42 strategy: 'recently-added'
e5565833 43 min_views: 1
c48e82b5 44
f842e810
C
45cache:
46 previews:
47 size: 1
48 captions:
49 size: 1
50
e22528ac
C
51signup:
52 enabled: true
d9eaee39 53 requires_email_verification: false
aa8b6df4
C
54
55transcoding:
a22bfc3e 56 enabled: true
14e2014a 57 allow_additional_extensions: false
a22bfc3e 58 threads: 2
1125c40a
C
59 resolutions:
60 240p: true
61 360p: true
62 480p: true
63 720p: true
64 1080p: true
09209296
C
65 hls:
66 enabled: true
0883b324 67
5d08a6a7
C
68import:
69 videos:
70 http:
71 enabled: true
a84b8fa5
C
72 torrent:
73 enabled: true
5d08a6a7 74
0883b324 75instance:
6040f87d 76 default_nsfw_policy: 'display'