]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Add tmp and redundancy directories
[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
C
53 enabled: true
54 threads: 2
1125c40a
C
55 resolutions:
56 240p: true
57 360p: true
58 480p: true
59 720p: true
60 1080p: true
0883b324 61
5d08a6a7
C
62import:
63 videos:
64 http:
65 enabled: true
a84b8fa5
C
66 torrent:
67 enabled: true
5d08a6a7 68
0883b324 69instance:
6040f87d 70 default_nsfw_policy: 'display'