2015-06-09 18:41:40 +03:00
|
|
|
listen:
|
2018-05-18 12:02:40 +03:00
|
|
|
listen: '0.0.0.0'
|
2015-06-09 18:41:40 +03:00
|
|
|
port: 9000
|
|
|
|
|
|
|
|
webserver:
|
|
|
|
https: false
|
|
|
|
|
|
|
|
database:
|
2016-10-23 20:41:17 +03:00
|
|
|
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
|
2018-03-22 18:12:52 +03:00
|
|
|
disable_starttls: true
|
2018-01-30 17:35:15 +03:00
|
|
|
from_address: 'test-admin@localhost'
|
2018-01-30 17:16:24 +03:00
|
|
|
username: null
|
|
|
|
password: null
|
|
|
|
|
2018-02-14 17:33:25 +03:00
|
|
|
log:
|
|
|
|
level: 'debug'
|
|
|
|
|
2017-03-10 13:32:39 +03:00
|
|
|
signup:
|
|
|
|
enabled: true
|
2017-10-06 11:40:09 +03:00
|
|
|
|
|
|
|
transcoding:
|
2018-01-09 17:29:05 +03:00
|
|
|
enabled: true
|
|
|
|
threads: 2
|
2018-02-26 12:00:44 +03:00
|
|
|
resolutions:
|
|
|
|
240p: true
|
|
|
|
360p: true
|
|
|
|
480p: true
|
|
|
|
720p: true
|
|
|
|
1080p: true
|
2018-04-19 12:01:34 +03:00
|
|
|
|
|
|
|
instance:
|
|
|
|
default_nsfw_policy: 'display'
|