]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - config/test.yaml
Basic video redundancy implementation
[github/Chocobozzz/PeerTube.git] / config / test.yaml
... / ...
CommitLineData
1listen:
2 listen: '0.0.0.0'
3 port: 9000
4
5webserver:
6 https: false
7
8database:
9 hostname: 'localhost'
10 port: 5432
11
12smtp:
13 hostname: null
14 port: 1025
15 tls: false
16 disable_starttls: true
17 from_address: 'test-admin@localhost'
18 username: null
19 password: null
20
21log:
22 level: 'debug'
23
24redundancy:
25 videos:
26 -
27 size: '100KB'
28 strategy: 'most-views'
29
30cache:
31 previews:
32 size: 1
33 captions:
34 size: 1
35
36signup:
37 enabled: true
38 requires_email_verification: false
39
40transcoding:
41 enabled: true
42 threads: 2
43 resolutions:
44 240p: true
45 360p: true
46 480p: true
47 720p: true
48 1080p: true
49
50import:
51 videos:
52 http:
53 enabled: true
54 torrent:
55 enabled: true
56
57instance:
58 default_nsfw_policy: 'display'