aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
blob: cacd49075beea2c310befae1dc1dbff3dba8d194 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
listen:
  port: 9000

webserver:
  https: false

database:
  hostname: 'localhost'
  port: 5432

smtp:
  hostname: null
  port: 1025
  tls: false
  from_address: 'test@localhost'
  username: null
  password: null

signup:
  enabled: true

transcoding:
  enabled: true
  threads: 2