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