21 lines
295 B
YAML
21 lines
295 B
YAML
|
listen:
|
||
|
port: 9005
|
||
|
|
||
|
webserver:
|
||
|
host: 'localhost'
|
||
|
port: 9005
|
||
|
|
||
|
database:
|
||
|
suffix: '-test5'
|
||
|
|
||
|
# From the project root directory
|
||
|
storage:
|
||
|
certs: 'test5/certs/'
|
||
|
uploads: 'test5/uploads/'
|
||
|
logs: 'test5/logs/'
|
||
|
|
||
|
network:
|
||
|
friends:
|
||
|
- 'http://localhost:9001'
|
||
|
- 'http://localhost:9004'
|