aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
blob: feecb7883e6226652e56dfdc278704ddf97dc653 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
listen:
  port: 9000

webserver:
  https: false

database:
  hostname: 'localhost'
  port: 5432

signup:
  enabled: true

transcoding:
  enabled: true
  threads: 4