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

webserver:
  host: 'localhost'
  port: 9004

database:
  suffix: '-test4'

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

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