]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/default.yaml
Server: add video abuse support
[github/Chocobozzz/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: 5432
12 suffix: '_dev'
13 username: 'peertube'
14 password: 'peertube'
15
16 # From the project root directory
17 storage:
18 certs: 'certs/'
19 videos: 'videos/'
20 logs: 'logs/'
21 previews: 'previews/'
22 thumbnails: 'thumbnails/'
23 torrents: 'torrents/'