]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/test.yaml
Account/channel videos display as rows
[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
529f0372 40
32a18cbf
C
41peertube:
42 check_latest_version:
43 enabled: false
44
529f0372
C
45redundancy:
46 videos:
47 check_interval: '1 minute'
48 strategies:
49 -
50 size: '1000MB'
51 min_lifetime: '10 minutes'
52 strategy: 'most-views'
53 -
54 size: '1000MB'
55 min_lifetime: '10 minutes'
56 strategy: 'trending'
57 -
58 size: '1000MB'
59 min_lifetime: '10 minutes'
60 strategy: 'recently-added'
61 min_views: 1
c48e82b5 62
f842e810
C
63cache:
64 previews:
65 size: 1
66 captions:
67 size: 1
b3d5cb92
C
68 torrents:
69 size: 1
f842e810 70
e22528ac
C
71signup:
72 enabled: true
d9eaee39 73 requires_email_verification: false
aa8b6df4
C
74
75transcoding:
a22bfc3e 76 enabled: true
14e2014a 77 allow_additional_extensions: false
536598cf 78 allow_audio_files: false
a22bfc3e 79 threads: 2
9129b769 80 concurrency: 2
1125c40a 81 resolutions:
3a149e9f 82 0p: false
1125c40a
C
83 240p: true
84 360p: true
85 480p: true
86 720p: true
87 1080p: true
b7085c71 88 1440p: true
ad3405d0 89 2160p: true
09209296
C
90 hls:
91 enabled: true
0883b324 92
c6c0fa6c
C
93live:
94 enabled: false
95
3258fa55
C
96 allow_replay: false
97
c6c0fa6c
C
98 rtmp:
99 port: 1935
100
101 transcoding:
fb719404 102 enabled: false
c6c0fa6c
C
103 threads: 2
104
105 resolutions:
106 240p: false
107 360p: false
108 480p: false
109 720p: false
110 1080p: false
b7085c71 111 1440p: false
c6c0fa6c
C
112 2160p: false
113
5d08a6a7
C
114import:
115 videos:
9129b769 116 concurrency: 2
5d08a6a7
C
117 http:
118 enabled: true
6848b9f4 119 proxy:
1e904cde
C
120 enabled: false
121 url: ""
a84b8fa5
C
122 torrent:
123 enabled: true
5d08a6a7 124
0883b324 125instance:
6040f87d 126 default_nsfw_policy: 'display'
41b15c89
C
127
128plugins:
129 index:
130 check_latest_versions_interval: '10 minutes'
5fb2e288
C
131
132search:
133 # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance
134 # If enabled, the associated group will be able to "escape" from the instance follows
135 # That means they will be able to follow channels, watch videos, list videos of non followed instances
136 remote_uri:
137 users: true
138 anonymous: false
139
140 # Use a third party index instead of your local index, only for search results
141 # Useful to discover content outside of your instance
142 search_index:
3b0bd70a 143 enabled: false
5fb2e288
C
144 # URL of the search index, that should use the same search API and routes
145 # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html
146 # You should deploy your own with https://framagit.org/framasoft/peertube/search-index,
147 # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index
148 url: 'http://localhost:3234'
149 # You can disable local search, so users only use the search index
150 disable_local_search: false
151 # If you did not disable local search, you can decide to use the search index by default
152 is_default_search: true
a25507f6
C
153
154federation:
155 videos:
156 federate_unlisted: true
413b9729
C
157
158views:
159 videos:
160 remote:
161 max_age: -1