]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
d36d90bbd71d1ea636c4f09c5be2bd72ef39bab3
[github/Chocobozzz/PeerTube.git] / config / test.yaml
1 listen:
2 listen: '0.0.0.0'
3 port: 9000
4
5 webserver:
6 https: false
7
8 database:
9 hostname: 'localhost'
10 port: 5432
11
12 smtp:
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
21 log:
22 level: 'debug'
23
24 redundancy:
25 videos:
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
37
38 cache:
39 previews:
40 size: 1
41 captions:
42 size: 1
43
44 signup:
45 enabled: true
46 requires_email_verification: false
47
48 transcoding:
49 enabled: true
50 threads: 2
51 resolutions:
52 240p: true
53 360p: true
54 480p: true
55 720p: true
56 1080p: true
57
58 import:
59 videos:
60 http:
61 enabled: true
62 torrent:
63 enabled: true
64
65 instance:
66 default_nsfw_policy: 'display'