1
0
Fork 0
peertube/config/test.yaml

38 lines
489 B
YAML
Raw Normal View History

2015-06-09 15:41:40 +00:00
listen:
2018-05-18 09:02:40 +00:00
listen: '0.0.0.0'
2015-06-09 15:41:40 +00:00
port: 9000
webserver:
https: false
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'
2017-03-10 10:32:39 +00:00
signup:
enabled: true
transcoding:
2018-01-09 14:29:05 +00:00
enabled: true
threads: 2
resolutions:
240p: true
360p: true
480p: true
720p: true
1080p: true
instance:
default_nsfw_policy: 'display'