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

webserver:
  host: 'localhost'
  port: 9003

database:
  suffix: '-test3'

# From the project root directory
storage:
  certs: 'test3/certs/'
  uploads: 'test3/uploads/'
  logs: 'test3/logs/'
  thumbnails: 'test3/thumbnails/'