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