mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 00:38:03 -06:00
1e2564d392
configuration file
17 lines
248 B
YAML
17 lines
248 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/'
|
|
thumbnails: 'test5/thumbnails/'
|