PeerTube/config/test.yaml

79 lines
1.2 KiB
YAML
Raw Normal View History

2015-06-09 18:41:40 +03:00
listen:
2018-10-08 11:56:05 +03:00
hostname: '0.0.0.0'
2015-06-09 18:41:40 +03:00
port: 9000
webserver:
https: false
database:
hostname: 'localhost'
2016-12-11 23:50:51 +03:00
port: 5432
2017-03-10 13:32:39 +03:00
2018-01-30 17:16:24 +03:00
smtp:
hostname: null
port: 1025
tls: false
2018-03-22 18:12:52 +03:00
disable_starttls: true
2018-01-30 17:35:15 +03:00
from_address: 'test-admin@localhost'
2018-01-30 17:16:24 +03:00
username: null
password: null
2018-02-14 17:33:25 +03:00
log:
level: 'debug'
2019-01-09 17:14:29 +03:00
contact_form:
enabled: true
2018-09-11 17:27:07 +03: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 17:27:07 +03:00
2018-07-25 16:11:06 +03:00
cache:
previews:
size: 1
captions:
size: 1
2017-03-10 13:32:39 +03:00
signup:
enabled: true
requires_email_verification: false
transcoding:
2018-01-09 17:29:05 +03:00
enabled: true
2018-12-11 16:52:50 +03:00
allow_additional_extensions: false
2019-05-16 17:55:34 +03:00
allow_audio_files: false
2018-01-09 17:29:05 +03:00
threads: 2
resolutions:
240p: true
360p: true
480p: true
720p: true
1080p: true
2160p: true
2019-01-29 10:37:25 +03:00
hls:
enabled: true
2018-08-03 12:10:31 +03:00
import:
videos:
http:
enabled: true
2018-08-07 11:07:53 +03:00
torrent:
enabled: true
2018-08-03 12:10:31 +03:00
instance:
2018-12-04 18:02:49 +03:00
default_nsfw_policy: 'display'