27 lines
310 B
YAML
27 lines
310 B
YAML
listen:
|
|
port: 9000
|
|
|
|
webserver:
|
|
https: false
|
|
|
|
database:
|
|
hostname: 'localhost'
|
|
port: 5432
|
|
|
|
smtp:
|
|
hostname: null
|
|
port: 1025
|
|
tls: false
|
|
from_address: 'test-admin@localhost'
|
|
username: null
|
|
password: null
|
|
|
|
log:
|
|
level: 'debug'
|
|
|
|
signup:
|
|
enabled: true
|
|
|
|
transcoding:
|
|
enabled: true
|
|
threads: 2
|