PeerTube/config/test.yaml

28 lines
310 B
YAML
Raw Normal View History

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