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: 9004
|
|
|
|
webserver:
|
|
host: 'localhost'
|
|
port: 9004
|
|
|
|
database:
|
|
suffix: '-test4'
|
|
|
|
# From the project root directory
|
|
storage:
|
|
certs: 'test4/certs/'
|
|
uploads: 'test4/uploads/'
|
|
logs: 'test4/logs/'
|
|
thumbnails: 'test4/thumbnails/'
|