]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/test.yaml
Improve AP actor checks
[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 -
27 size: '10MB'
28 strategy: 'most-views'
29 -
30 size: '10MB'
31 strategy: 'trending'
32 -
33 size: '10MB'
34 strategy: 'recently-added'
35 minViews: 1
36
37 cache:
38 previews:
39 size: 1
40 captions:
41 size: 1
42
43 signup:
44 enabled: true
45 requires_email_verification: false
46
47 transcoding:
48 enabled: true
49 threads: 2
50 resolutions:
51 240p: true
52 360p: true
53 480p: true
54 720p: true
55 1080p: true
56
57 import:
58 videos:
59 http:
60 enabled: true
61 torrent:
62 enabled: true
63
64 instance:
65 default_nsfw_policy: 'display'