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