]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Log typo
[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
536598cf 58 allow_audio_files: false
a22bfc3e 59 threads: 2
1125c40a
C
60 resolutions:
61 240p: true
62 360p: true
63 480p: true
64 720p: true
65 1080p: true
ad3405d0 66 2160p: true
09209296
C
67 hls:
68 enabled: true
0883b324 69
5d08a6a7
C
70import:
71 videos:
72 http:
73 enabled: true
a84b8fa5
C
74 torrent:
75 enabled: true
5d08a6a7 76
0883b324 77instance:
6040f87d 78 default_nsfw_policy: 'display'