2015-06-09 10:41:40 -05:00
|
|
|
listen:
|
|
|
|
port: 9000
|
|
|
|
|
|
|
|
webserver:
|
|
|
|
https: false
|
|
|
|
|
|
|
|
database:
|
2016-10-23 12:41:17 -05:00
|
|
|
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-01-30 08:35:15 -06:00
|
|
|
from_address: 'test-admin@localhost'
|
2018-01-30 08:16:24 -06:00
|
|
|
username: null
|
|
|
|
password: null
|
|
|
|
|
2017-03-10 04:32:39 -06:00
|
|
|
signup:
|
|
|
|
enabled: true
|
2017-10-06 03:40:09 -05:00
|
|
|
|
|
|
|
transcoding:
|
2018-01-09 08:29:05 -06:00
|
|
|
enabled: true
|
|
|
|
threads: 2
|