PeerTube/config/test.yaml

35 lines
426 B
YAML
Raw Normal View History

2015-06-09 10:41:40 -05:00
listen:
port: 9000
webserver:
https: false
database:
hostname: 'localhost'
2016-12-11 14:50:51 -06:00
port: 5432
2017-03-10 04:32:39 -06:00
2018-01-30 08:16:24 -06:00
smtp:
hostname: null
port: 1025
tls: false
2018-03-22 10:12:52 -05:00
disable_starttls: true
2018-01-30 08:35:15 -06:00
from_address: 'test-admin@localhost'
2018-01-30 08:16:24 -06:00
username: null
password: null
2018-02-14 08:33:25 -06:00
log:
level: 'debug'
2017-03-10 04:32:39 -06:00
signup:
enabled: true
transcoding:
2018-01-09 08:29:05 -06:00
enabled: true
threads: 2
resolutions:
240p: true
360p: true
480p: true
720p: true
1080p: true