]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Put config redundancy strategies in "strategies" subkey
[github/Chocobozzz/PeerTube.git] / config / test.yaml
CommitLineData
8c308c2b 1listen:
cd4d7a2c 2 listen: '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:
d9bdd007
C
26 strategies:
27 -
28 size: '10MB'
29 strategy: 'most-views'
30 -
31 size: '10MB'
32 strategy: 'trending'
33 -
34 size: '10MB'
35 strategy: 'recently-added'
36 minViews: 1
c48e82b5 37
f842e810
C
38cache:
39 previews:
40 size: 1
41 captions:
42 size: 1
43
e22528ac
C
44signup:
45 enabled: true
d9eaee39 46 requires_email_verification: false
aa8b6df4
C
47
48transcoding:
a22bfc3e
C
49 enabled: true
50 threads: 2
1125c40a
C
51 resolutions:
52 240p: true
53 360p: true
54 480p: true
55 720p: true
56 1080p: true
0883b324 57
5d08a6a7
C
58import:
59 videos:
60 http:
61 enabled: true
a84b8fa5
C
62 torrent:
63 enabled: true
5d08a6a7 64
0883b324
C
65instance:
66 default_nsfw_policy: 'display'