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

webserver:
  host: 'localhost'
  port: 9006

database:
  suffix: '-test6'

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

network:
  friends:
    - 'http://localhost:9001'
    - 'http://localhost:9002'
    - 'http://localhost:9003'