1
0
Fork 0
peertube/config/test.yaml

90 lines
1.3 KiB
YAML
Raw Normal View History

2015-06-09 15:41:40 +00:00
listen:
2018-10-08 08:56:05 +00:00
hostname: '0.0.0.0'
2015-06-09 15:41:40 +00:00
port: 9000
webserver:
https: false
rates_limit:
signup:
window: 10 minutes
max: 50
login:
window: 5 minutes
max: 20
2019-07-04 15:22:24 +00:00
api:
window: 10 seconds
max: 500
2015-06-09 15:41:40 +00:00
database:
hostname: 'localhost'
2016-12-11 20:50:51 +00:00
port: 5432
2017-03-10 10:32:39 +00:00
2018-01-30 14:16:24 +00:00
smtp:
hostname: null
port: 1025
tls: false
2018-03-22 15:12:52 +00:00
disable_starttls: true
2018-01-30 14:35:15 +00:00
from_address: 'test-admin@localhost'
2018-01-30 14:16:24 +00:00
username: null
password: null
2018-02-14 14:33:25 +00:00
log:
level: 'debug'
2019-01-09 14:14:29 +00:00
contact_form:
enabled: true
2018-09-11 14:27:07 +00:00
redundancy:
videos:
check_interval: '10 minutes'
strategies:
-
size: '10MB'
min_lifetime: '10 minutes'
strategy: 'most-views'
-
size: '10MB'
min_lifetime: '10 minutes'
strategy: 'trending'
-
size: '10MB'
min_lifetime: '10 minutes'
strategy: 'recently-added'
min_views: 1
2018-09-11 14:27:07 +00:00
2018-07-25 13:11:06 +00:00
cache:
previews:
size: 1
captions:
size: 1
2017-03-10 10:32:39 +00:00
signup:
enabled: true
requires_email_verification: false
transcoding:
2018-01-09 14:29:05 +00:00
enabled: true
2018-12-11 13:52:50 +00:00
allow_additional_extensions: false
2019-05-16 14:55:34 +00:00
allow_audio_files: false
2018-01-09 14:29:05 +00:00
threads: 2
resolutions:
240p: true
360p: true
480p: true
720p: true
1080p: true
2160p: true
2019-01-29 07:37:25 +00:00
hls:
enabled: true
2018-08-03 09:10:31 +00:00
import:
videos:
http:
enabled: true
2018-08-07 08:07:53 +00:00
torrent:
enabled: true
2018-08-03 09:10:31 +00:00
instance:
2018-12-04 15:02:49 +00:00
default_nsfw_policy: 'display'