]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Update client dependencies
[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
c1340a6a
C
8rates_limit:
9 signup:
10 window: 10 minutes
11 max: 50
12 login:
13 window: 5 minutes
14 max: 20
8ed86e76
C
15 api:
16 window: 10 seconds
17 max: 500
c1340a6a 18
8c308c2b 19database:
3737bbaf 20 hostname: 'localhost'
feb4bdfd 21 port: 5432
e22528ac 22
f076daa7
C
23smtp:
24 hostname: null
25 port: 1025
26 tls: false
bebf2d89 27 disable_starttls: true
31b5a255 28 from_address: 'test-admin@localhost'
f076daa7
C
29 username: null
30 password: null
31
a0922eb9
C
32log:
33 level: 'debug'
34
a4101923
C
35contact_form:
36 enabled: true
37
c48e82b5
C
38redundancy:
39 videos:
e5565833 40 check_interval: '10 minutes'
d9bdd007
C
41 strategies:
42 -
43 size: '10MB'
e5565833 44 min_lifetime: '10 minutes'
d9bdd007
C
45 strategy: 'most-views'
46 -
47 size: '10MB'
e5565833 48 min_lifetime: '10 minutes'
d9bdd007
C
49 strategy: 'trending'
50 -
51 size: '10MB'
e5565833 52 min_lifetime: '10 minutes'
d9bdd007 53 strategy: 'recently-added'
e5565833 54 min_views: 1
c48e82b5 55
f842e810
C
56cache:
57 previews:
58 size: 1
59 captions:
60 size: 1
61
e22528ac
C
62signup:
63 enabled: true
d9eaee39 64 requires_email_verification: false
aa8b6df4
C
65
66transcoding:
a22bfc3e 67 enabled: true
14e2014a 68 allow_additional_extensions: false
536598cf 69 allow_audio_files: false
a22bfc3e 70 threads: 2
1125c40a
C
71 resolutions:
72 240p: true
73 360p: true
74 480p: true
75 720p: true
76 1080p: true
ad3405d0 77 2160p: true
09209296
C
78 hls:
79 enabled: true
0883b324 80
5d08a6a7
C
81import:
82 videos:
83 http:
84 enabled: true
a84b8fa5
C
85 torrent:
86 enabled: true
5d08a6a7 87
0883b324 88instance:
6040f87d 89 default_nsfw_policy: 'display'
41b15c89
C
90
91plugins:
92 index:
93 check_latest_versions_interval: '10 minutes'