90f4b94665785fd419e0df5ed8660840b7d7a5b1
[oweals/peertube.git] / config / default.yaml
1 listen:
2   port: 9000
3
4 webserver:
5   https: false
6   hostname: 'localhost'
7   port: 9000
8
9 database:
10   hostname: 'localhost'
11   port: 27017
12   suffix: '-dev'
13
14 # From the project root directory
15 storage:
16   certs: 'certs/'
17   videos: 'videos/'
18   logs: 'logs/'
19   previews: 'previews/'
20   thumbnails: 'thumbnails/'
21   torrents: 'torrents/'