PeerTube/config/test.yaml

25 lines
281 B
YAML
Raw Normal View History

2015-06-09 18:41:40 +03:00
listen:
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
from_address: 'test@localhost'
username: null
password: null
2017-03-10 13:32:39 +03:00
signup:
enabled: true
transcoding:
2018-01-09 17:29:05 +03:00
enabled: true
threads: 2