1
0
Fork 0
peertube/config/test.yaml

65 lines
869 B
YAML
Raw Normal View History

2015-06-09 11:41:40 -04:00
listen:
2018-05-18 05:02:40 -04:00
listen: '0.0.0.0'
2015-06-09 11:41:40 -04:00
port: 9000
webserver:
https: false
database:
hostname: 'localhost'
2016-12-11 15:50:51 -05:00
port: 5432
2017-03-10 05:32:39 -05:00
2018-01-30 09:16:24 -05:00
smtp:
hostname: null
port: 1025
tls: false
2018-03-22 11:12:52 -04:00
disable_starttls: true
2018-01-30 09:35:15 -05:00
from_address: 'test-admin@localhost'
2018-01-30 09:16:24 -05:00
username: null
password: null
2018-02-14 09:33:25 -05:00
log:
level: 'debug'
2018-09-11 10:27:07 -04:00
redundancy:
videos:
-
size: '10MB'
2018-09-11 10:27:07 -04:00
strategy: 'most-views'
2018-09-14 03:57:21 -04:00
-
size: '10MB'
2018-09-14 03:57:21 -04:00
strategy: 'trending'
2018-09-14 05:05:38 -04:00
-
size: '10MB'
2018-09-14 05:05:38 -04:00
strategy: 'recently-added'
minViews: 1
2018-09-11 10:27:07 -04:00
2018-07-25 09:11:06 -04:00
cache:
previews:
size: 1
captions:
size: 1
2017-03-10 05:32:39 -05:00
signup:
enabled: true
requires_email_verification: false
transcoding:
2018-01-09 09:29:05 -05:00
enabled: true
threads: 2
resolutions:
240p: true
360p: true
480p: true
720p: true
1080p: true
2018-08-03 05:10:31 -04:00
import:
videos:
http:
enabled: true
2018-08-07 04:07:53 -04:00
torrent:
enabled: true
2018-08-03 05:10:31 -04:00
instance:
default_nsfw_policy: 'display'